Forum Discussion
MarkShnier__You
Qrew Legend
11 months agoI do not know of a way to do what you're asking but I wonder if you can get there with form rules. For example on legacy forms there is a form rule
When the record is opened.
Action:
Set a checkbox called [In Edit Mode?] to checked.
You could have another rule based on
When the record is saved
Action:
Change the [In Edit Mode?] to Unchecked.
KevinGardner1
11 months agoQrew Member
Thanks Mark, my solution ended up using the When The Record is Saved feature. When the record is saved, it copied the numeric value in question to a secondary static field. Then, when the record is opened and the numeric value changes, I can flag it and do the background calculation.