Wednesday, 27 January 2016

Select Control in IBM BPM 8.5.5 or drop down list


















 
 Take some variable make it as String List data type.
Copy this snippet into script code.

tw.local.country=new tw.object.listOf.String();
tw.local.country[0]="India";
tw.local.country[1]="America";


See the Coach View.



Output:

No comments:

Post a Comment