Hi,
I am using Work Manager for Maximo - where we have a Collection called Specifications on the WorkOrder object (there probably is something similar in the SAP version). This functionality enables us to specify a series of questions or fields for the user to fill out when working on a work order. What I would like to do is have some following questions not pop up if a question is answered a certain way (I know this will require hardcoding). Lets say there are 10 specifications - and the 5th one has a Yes/No type field and if you select No then specs 6 and 7 are not displayed.
The out of box version of work manager has an action to loop though all the specifications and pop up an edit screen/transaction for each spec. This has an execution rule to determine which specs to edit which sounds like where I would start.
Has anyone done something similar and can give me some pointers?