Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2024-10-10 09:12 AM
I currently have a calculation that looks to many other field values only during certain statuses. For most of the other times, it just defaults to its own value. Calc is 'As Needed'.
I have a request now to introduce a way to recalculate this field in other statuses on demand. I thought about a custom obj to set a flag field & then resave and changing calc to also look at this flag field but then i need a good way to clear it after it recalcs.
Suggestions?
Thanks!
2024-10-15 07:41 PM
Is there a reason users can't just use the inbuilt manual recalculate for a record through the ellipse menu, rather than interacting with a button on the record?
If they really want a button on the record, you could probably make a custom object which is visible when record is in view and when clicked will just 'press' the recalculate button.