netsuite - How to call user event script from net suite suitelet -


can 1 please tell or share snippet on how either call user event script or scheduled script suite passing parameters. have suitelet records , each record have check box prefix, once suitelet loads user can select records checking each check box once selection made , click on submit button need pass selected values script (can user event script or scheduled script). suggestions appreciated. in advance.

you use nlapischedulescript() pass parameters on object scheduled script , put scheduling queue.

you'd need define parameters in script record in netsuite. can take @ 'scheduling apis' article in netsuite more robust documentation (or @ suiteanswers article 10279).

the syntax nlapischedulescript is:

nlapischedulescript(scriptid, deployid, params); 

Comments

Post a Comment

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -