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