FORMULA LANGUAGE


Examples: @GetDocField
1. You have a discussion database with main topics and responses. In each response, you want to store the subject of the parent document in a field called OriginalSubject. You want OriginalSubject to change if the subject of the main topic changes, so you write this formula for it. $Ref is a special field on a response document that contains the unique ID of the parent document.
2. The following formula can run a scheduled agent to update the contents of a child document, based on the parent.
3. The following formula runs a scheduled agent to update the contents of one document based on the content of another. The documents don't need to be parent and child. For example, these could be two parent documents or two child documents.
See Also