I'm new to SuiteScript, and I have a requirement to automatically change the value of a field, if a certain date and time is reached.
E.g., when start date and start time arrives, change the value to 'on-going'. When the end date and end time arrives, change the value to 'finished'.
What's the best way to approach this?
I am thinking about creating a scheduled script programmatically to run on the start date/time and end date/time, just to update the field. However, I don't think it is possible to programmatically set a date/time for a scheduled script.