Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adding 5th parameter to User Decision on Work flow

Former Member
0 Likes
348

I have to pass 5 parameter with this user decision title but I could see only give 4 parameter options in the user decision step. Is there anyway I can have five parameter ?. I am using ECC 6.0 Version

Thank you for the help

Regards,

Asha

1 REPLY 1
Read only

andrs_sarcevic
Contributor
0 Likes
305

Would it be possible for you to concatenate the values of two parameters into one in a previous step?

Or even having only one parameter and a previous step that generates the full title you want to display...

Data element is SWD_PARAM1 which is CHAR255, long enough for holding a custom title.

Hope that helps,

Andres.