FORMULA LANGUAGE


Examples: @DeleteField
This formula creates a field named NewDate and sets it to today's date, then removes the field named OldDate from the document.

FIELD NewDate:=@Today
FIELD OldDate:=@DeleteField;

See Also