Domino Code Fragment

Code Name*
Forcing the Use of a Button
Date*
04/28/2024
Source (or email address if you prefer)*
Rlatulippe@romac.com
IP address:.18.118.164.151
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))