What am trying to creat a multi level state machine work flow, for each level there has to be different forms. For example normal user will see and fill some info, manager , director, HR, accounts will see and fill some extra data.
Regards
Kannan
What am trying to creat a multi level state machine work flow, for each level there has to be different forms. For example normal user will see and fill some info, manager , director, HR, accounts will see and fill some extra data.
Regards
Kannan
Best answer by Warwick
Two options - You can have multiple forms on a list, each form is tried to a content type, so adding multiple content types allows multiple forms, and as the process goes you can change content type associated and user will get a different form. You will be required to maintain multiple forms in this case.
Option two is to use a status column to drive what is shown on the form, using panels with rules to hide what isn't relevant at the certain point in the process.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.