Folks, I need to make a simple action: When a form is submitted, I need to automatically update a field on all the records on one view to a specific value.
How can I do this through scripting?
Kuovonne
Thank you for your effort, but your solution is basically doing something similar as what I am trying to escape from: going through all the records to add them to an array and then work them out…
What would really work was to have a sole ins...
I have already grasped on how to open a table and a view, how to go through the records to update them 1 by one.
The problem is that by doing this this way, the script goes over the 30s limit and stops…
Is there a command/property on the view object ...