Domino Code Fragment

Code Name*
Check off "Documents pasted or mailed into database" in the filter dialog box.";
Required Field(s): Categories, From ;

Date*
06/28/2025
Source (or email address if you prefer)*
[email protected]
IP address:.172.69.59.212
Description*
Categorize Incoming Mail If the message is from Barbara Smith, categorize it as Library". If it's from Bob Stark, categorize it as Internal". Otherwise, make it blank".
Type*
Formula
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
Files/Graphics attachments (if applicable): Code:
FIELD Categories := @If(@Contains(From; "Barbara Smith"); "Library";
@Contains(From; "Bob Stark"); "Internal"; "");
SELECT @All