11-07-2016, 04:26 PM
The <OrgfieldID> directive is important:
<OrgfieldID>CONST</OrgfieldID>
means that the value is used exactly as you put it
<OrgfieldID>FIELD</OrgfieldID>
means that it has to processed as a field, either of the module or of one of it's directly related one (this is what you need)
<OrgfieldID>EXPRESSION</OrgfieldID>
the value must be passed through the workflow expression parser/engine
<OrgfieldID>TEMPLATE</OrgfieldID>
It is like the email body with static parts and variables, it is a simple way to avoid having to concatenate all the strings and variables
<OrgfieldID>CONST</OrgfieldID>
means that the value is used exactly as you put it
<OrgfieldID>FIELD</OrgfieldID>
means that it has to processed as a field, either of the module or of one of it's directly related one (this is what you need)
<OrgfieldID>EXPRESSION</OrgfieldID>
the value must be passed through the workflow expression parser/engine
<OrgfieldID>TEMPLATE</OrgfieldID>
It is like the email body with static parts and variables, it is a simple way to avoid having to concatenate all the strings and variables
Joe
TSolucio
TSolucio