FORMULA LANGUAGE


Examples: @SetField
1. This formula checks the value of the Priority field; if the Priority is Low or Medium, the Status field is set to Closed; otherwise, the Status is set to Open. Before @SetField is encountered in the formula, the Status field is declared using the FIELD keyword.
2. This code, when used in a view action button, deletes fields x_1 through x_20 in the selected document.
See Also