Difference between revisions of "Pulling Variables in Notes Workflow"
From SmartWiki
Julia Decker (talk | contribs) |
|||
Line 1: | Line 1: | ||
− | Notes [[Workflow|workflow]] | + | To reference Level 1 and Level 2 fields in the [[Notes|Notes]] [[Workflow|workflow]] the following syntax should be used |
− | [[Category:Workflows]][[Category:System Management]][[Category:Enhancements]] | + | '''Standard fields''': @parent.fieldname@ |
+ | Eg. @parent.type@ | ||
+ | |||
+ | '''Custom fields''': @parent.#field id#@ | ||
+ | Eg. @parent.#0101010#@ | ||
+ | |||
+ | |||
+ | [[Category:Workflows]][[Category:Notes]][[Category:System Management]][[Category:Enhancements]] |
Revision as of 14:05, 30 June 2009
To reference Level 1 and Level 2 fields in the Notes workflow the following syntax should be used
Standard fields: @parent.fieldname@
Eg. @parent.type@
Custom fields: @parent.#field id#@
Eg. @parent.#0101010#@