.

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

FORMULA LANGUAGE


Examples: @Success
This example returns 1 and allows the document to be saved when the value in the field Price is less than 100. This indicates that acceptable data was entered when used in an input validation formula.

@If(Price<100;@Success;@Failure("Price too large"))

See Also