Domino Code Fragment

Code Name*
Forcing the Use of a Button
Date*
06/28/2025
Source (or email address if you prefer)*
[email protected]
IP address:.172.69.7.147
Description*
When forcing a button to be pressed, use the following formula. Place the code in the field validation formula. See also the Templeton Call Report in the Sales Tracker Database...
Type*
Formula
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
Files/Graphics attachments (if applicable): Code:
@If(@IsDocBeingRecalculated ; @Success; SaveFlag = "0"; @Failure("You must press the button to save this document.");
@Do(@SetField("SaveFlag"; "0"); @Success))