Hi,
I have made a script (using jScript) which reads a value from a webpage and updates a certain field on a record to the value. The goal is for this script to run on a daily basis with a 24 hour interval.
I added the script to the form on which the field is displayed. The script is run 'onSave'.
I then tried to make a workflow that updated the record every day, but this didn't trigger the script.
Can anyone come up with a solution on how to trigger the script daily (either by onLoad or onSave)?