I want to write a schedule script that runs every ...
# suitescript
h
I want to write a schedule script that runs every 15 mins and updates the memo field with the current time of a single sales order test record.
b
you will want to start with a scheduled script that updates a single sales order record
👍 1
You will be using the N/record module in your entry point to update your record, preferably using record.submitFields
you can start with a hardcoded string for your memo, but you will eventually need to use one of the Date related constructors to get the current date/time
Schedule a Recurring Scheduled Script on the deployment of your scheduled script to get it to run on your 15 minute schedule