i want a different set of outcomes each time it is displayed. how is this achievable?

cancel
Showing results for 
Search instead for 
Did you mean: 
lepoo
Member II

i want a different set of outcomes each time it is displayed. how is this achievable?

i have a rather complex form (many tabs, lots of controls) created using activiti forms designer. i want to reuse this form throughout my process (like 10 times), presenting it to different users.

i want a different set of outcomes each time it is displayed. how is this achievable?

thanks! stef

1 Reply
cjose
Senior Member II

Re: NOOB QUESTION # 2

You can define all the possible outcomes on the form and hide them upon form-render using javascript. Depending on the form complexity, management of those java scripts can get ugly over a period of time and can become a pain in the future!

Please find attached a sample application where a script is used to remove unwanted outcomes from a form at runtime.