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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
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