alien4u
09/16/2020, 10:06 PMSDF Project
with one script, for example one UserEvent
and only one entry point
, for example afterSubmit
.
• Upload the script file to NetSuite, create the Script record and Deployment.
• Add a new entry point to the script, for example: beforeLoad
.
• Upload/update the script file with SDF from your IDE.(I did not test this with SDF-CLI).
• The new entry point would not trigger.
• Edit the Script file through the Script Record in NetSuite UI and save it.
• The new entry point now triggers.