Domino Code Fragment

Code Name*
Prevent saves
Date*
04/29/2024
Source (or email address if you prefer)*
Rlatulippe@romac.com
IP address:.18.219.189.247
Description*
To prevent saving a document. Place this in Input Validation. This is the simplest way to keep docs from being edited/saved.
Type*
Formula
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
Files/Graphics attachments (if applicable): Code:
@If(@IsDocBeingSaved; @Failure("This document cannot be saved."); @Success)