Try OpenEdge Now
skip to main content
BP Server Developer's Guide
E-mail templates for task completion : User defined dataslot values
 

User defined dataslot values

Input dataslots

An e-mail template may optionally specify the input dataslot values as below:
{dsName1} = (${dsName1})
{dsName2} = (${dsName2})
{dsName3} = (${dsName3})

Output dataslots

The output dataslot values may be specified as below:
{dsName5} = []
{dsName6} = [] (choices: c1,c2,c3)
{dsName7} = []
If there are any choices for the output dataslots, then they are always appended after the closing square bracket "]" as "(choices: c1, c2, c3)".