Difference between revisions of "Pulling Variables in Notes Workflow"
From SmartWiki
Line 1: | Line 1: | ||
The following variables can be used in Notes Workflows: | The following variables can be used in Notes Workflows: | ||
− | |||
− | |||
* @notes@ - the body of the note | * @notes@ - the body of the note | ||
− | To reference Level 1 | + | To reference fields found on the associated Level 1 or Level 2 record: |
− | + | * @parent.fieldname@ or @parent.#field id#@ | |
− | |||
− | |||
− | |||
− | |||
For Notes at Level 2 you can reference fields on Level 1 using: | For Notes at Level 2 you can reference fields on Level 1 using: | ||
− | + | * @parent.parent.fieldname@ or @parent.parent.#field id#@ | |
[[Category:Workflows]][[Category:Variables]] | [[Category:Workflows]][[Category:Variables]] |
Revision as of 16:25, 15 July 2009
The following variables can be used in Notes Workflows:
- @notes@ - the body of the note
To reference fields found on the associated Level 1 or Level 2 record:
- @parent.fieldname@ or @parent.#field id#@
For Notes at Level 2 you can reference fields on Level 1 using:
- @parent.parent.fieldname@ or @parent.parent.#field id#@