Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Custom Workflow Action Error
Hello everyone.
I created and deployed a very simple custom workflow action script.
I have it assigned on Entry point to simply print out to log file.
However, when workflow entry executes, it gives me a page saying "I do not have enough privilage to view this page".
I'm logged in as Administrator and the script is also set to execute as admin.
This is my script:
function testWorkflowAction() {
//nlapiGetNewRecord().setFieldValue('allowtime',false);
nlapiLogExecution('DEBUG','TESTING');
}
very simple... thoughts?
0