Inquiry SetFieldValue and PreSetFieldValue
I have a requiremnt that whenever someone updates or sets a value on a field it compute then sets a new value on the field
ex.
user sets todays date
presetfieldvalue
a script will fire in setfieldvalue
correcting the field to a new value
setfieldvalue
will invoke writerecord
will invoke refresh
The issue is that it never updates to the new value even when I refresh it. Can you guys give me ideas on how to do this?