Difference between revisions of "Pulling Variables in Notes Workflow"

From SmartWiki
Jump to: navigation, search
Line 1: Line 1:
 +
The following variables can be used in Notes Workflows:
 +
 +
 +
* @notes@ - the body of the note
 +
 +
 +
 
To reference Level 1 and Level 2 fields in the [[Notes|Notes]] [[Workflow|workflow]] the following syntax should be used
 
To reference Level 1 and Level 2 fields in the [[Notes|Notes]] [[Workflow|workflow]] the following syntax should be used
  
 
'''Standard fields''': @parent.fieldname@
 
'''Standard fields''': @parent.fieldname@
  Eg. @parent.type@
+
  @parent.type@
  
 
'''Custom fields''': @parent.#field id#@
 
'''Custom fields''': @parent.#field id#@
  Eg. @parent.#0101010#@
+
  @parent.#0101010#@
 +
 
 +
For Notes at Level 2 you can reference fields on Level 1 using:
 +
@parent.parent.fieldname@
  
  
 
[[Category:Workflows]][[Category:Variables]]
 
[[Category:Workflows]][[Category:Variables]]

Revision as of 17:19, 15 July 2009

The following variables can be used in Notes Workflows:


  • @notes@ - the body of the note


To reference Level 1 and Level 2 fields in the Notes workflow the following syntax should be used

Standard fields: @parent.fieldname@

@parent.type@

Custom fields: @parent.#field id#@

@parent.#0101010#@

For Notes at Level 2 you can reference fields on Level 1 using:

@parent.parent.fieldname@