Hi, a scheduled workflow ticks a checkbox. Then I ...
# suiteflow
s
Hi, a scheduled workflow ticks a checkbox. Then I want to untick the checkbox after 3 hours, if the approver is not taking action on the transaction. When I set Set Field Value on Entry I get Value cannot be set in BEFORELOAD on already existing (not a new) record. If I Set Field Value on Scheduled, then nothing happens, the checkbox remains ticked and workflow completes. Any ideas?
n
To me I’m thinking that the record is not being loaded after 3 hours. Have you tried an AfterSubmit trigger here?
s
Thanks @Netsuite Tragic but that's a client trigger. I want to untick the checkbox on a schedule.