FORMULA LANGUAGE


Examples: @UpdateFormulaContext
1. The following code, when used in a view action, creates a response document to the currently selected document then populates its fname and lname fields with the values of the fname and lname fields in the current document:
2. The following code, when used in a view action that contains documents that have the fields "CreatedDate," which displays the document's creation date and "nextCreated," an editable text field, opens the previous document in the view and adds the creation date of the current document into its "nextCreated" field:
See Also