Hello,
I have seen a post for this issue using the Classic Designer, but I am hoping to understand a workaround for Modern Designer.
https://answers.laserfiche.com/questions/200279/Retrigger-a-formula#200284
I have a Form Page that summarizes trip data, and performs a workflow to enter the Earliest Trip Date, and a Form calculation to gather the Earliest Trip Date, and assign a Fiscal Year to it.
Since the Page can be revisited after adding a trip, the calculation is stale, and not updating unless you click on the date the calculation is using.
Would anyone have an idea on how I can force the calculation each time this page loads?
Currently using Modern Designer and have tried to use the following JavaScript:
changeFieldSettings(idObject, changes)
setFieldValues(id,value)
Thanks