Domino Code Fragment

Code Name*
Do not save a field if the user's leaves it blank
Date*
04/28/2024
Source (or email address if you prefer)*
Rlatulippe@romac.com
IP address:.18.222.193.207
Description*
Type*
Formula
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
Files/Graphics attachments (if applicable): Code:
REM "Required Field(s): Field_Name ";
Trimmed := @Trim(field_name);
@If(Trimmed = ""; @Unavailable; Trimmed)