.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

PROGRAMMING OVERVIEW AND USER INTERFACE


Examples: Default value formulas
This default value formula makes the initial value for a field the user surname in uppercase letters. The @Left function returns the part of the name to the left of the first slash, if there is a slash, which extracts the name proper from the hierarchical name. The @RightBack function returns the part of the name to the right of the last space.

@UpperCase(@RightBack(@Left(@UserName; "/"); " "))

See Also