Cupcake
Mega Guru

Go to the workflow editor, go inside of the catalog task that you want the short description to contain specific values of those variables and type the following script:

task.short_description = (current.variables.xxx_xxxx_xxxxx + " + " +current.variables.xxx + " + " + current.variables.xxxx_xxx_xxxx_xx_xxx);

Of course, the x's represent whatever the name of your variable is (such as abc_company); therefore, that would equate to task.short_description = (current.variables.abc_company + " + " + current.variables.xyz_company);

Hope this is helpful.

Version history
Last update:
‎08-27-2015 09:23 AM
Updated by: