Difference between revisions of "Pulling Variables in Notes Workflow"

From SmartWiki
Jump to: navigation, search
 
Line 1: Line 1:
Notes [[Workflow|workflow]] calling variable names with a # sign in the name must be referenced as @#field id#@. Syntax:@parent.#field id#@ 
+
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 15: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#@