Scheduled Script
Hi There, When you want to schedule a functionality , or task or we can call it a job , we use Scheduled Script. Netsuite uses SuiteCloud Processors to schedule and perform task. Scheduled Script is server side scripting and uses server side Suite Scripts. These script deployed to perform a task in future and/or recurring future job. Example: sending collection email to customer based on days 15 days, 30 days, 45 days and 60 days. Schedule Script can: 1. trigger another schedule script , 2. send data to suitelet, 3. send data to restlet 4. when saved trigger user events on record. and much more Governance Limit: Scheduled Script has 10,000 usage limit, developer can stop and retrigger script from the point it stopped or use logic to process next set of data. Scheduled Script Submission User can submit and process script in one of 3 ways: 1. Run it as 1 time event or recurring event 2. On Demand execution using Save and execute ( script should be in testing statu...