Domino Code Fragment

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

Date*
04/29/2024
Source (or email address if you prefer)*
Rlatulippe@romac.com
IP address:.3.144.253.161
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