function BeforeLoad(type, form)
{
var currentContext = nlapiGetContext();
var executionContext = currentContext.getExecutionContext();
nlapiLogExecution('DEBUG','Context Type',executionContext); // logs the execution context under the Execution Log subtab of the script
}
No comments:
Post a Comment