Page 1 of 1

Optional fields on run_config

PostPosted:Mon Jan 13, 2014 7:33 am
by ivan.todorovic
Hi,

I hope you can help me with this problem.
After uploading a document, workflow should be started automaticaly.

On run_config form there should be select box with two options. Depending on what is selected, there should be some fields on run_config should be show or hidden. Also, different fields should be mandatory. After this, proccess should be passed to another user.

Is there a way to do this with run_config? Or is there a way that run_config has only this select box, and when user clicks start, other workflow is started which has run_config with relevant fields?

Best regards,
Ivan

Re: Optional fields on run_config

PostPosted:Sat Jan 18, 2014 10:34 am
by jllort
Can you make some mockup to understand it better, because I'm not totally sure if I understood. Is select for selecting other workflow ?

Re: Optional fields on run_config

PostPosted:Mon Jan 20, 2014 7:46 am
by ivan.todorovic
Well, this would be an example.

In select box there could be two values - for example private and corporate subscriber.

If private is selected only these 2 fields should be displayed: CompanyID and Company name.
If corporate is selected only these 3 fields should be displayed: UserID, FirstName and LastDay.

It is not important if these fields display on the same form as select box, or other form which appears right after the first one, but it has to be shown before workflow starts and goes to user tasks.

Re: Optional fields on run_config

PostPosted:Wed Feb 05, 2014 3:41 pm
by jllort
This form will be part of workflow starting process as workflow form or can be considered as property groups ? This point is important.

Anyway I think you must do something specific for this case.

Re: Optional fields on run_config

PostPosted:Sat Feb 15, 2014 1:31 pm
by ivan.todorovic
This form will be part of workflow starting process as workflow form. Anyway thanks, I have found some kind of solution...