Domino Code Fragment

Code Name*
Initials
Date*
06/28/2025
Source (or email address if you prefer)*
[email protected]
IP address:.108.162.216.67
Description*
Converts a name to initials
Type*
Formula
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
Comments: AssignedTo is a lookup of UDC technical employees. I then break it up to get the first and last initials.
Files/Graphics attachments (if applicable): Code:
@Left(@Name([CN]; AssignedTo); 1) + @Middle(@Name([CN]; AssignedTo); " "; 1)