How to make attribute mandatory upon selecting an Work Flow Action
Hello,
Scenario: We are trying to make an attribute as Mandatory upon selecting a Work Flow Action. Example: We have an attribute called Rejection Reason. This attribute should become mandatory when i select the Rejection Action of the workflow in that State. I gone through one of the below jazz article but we could not achieve the above scenario as on when we select the Action , attribute should be mandatory and data is not filled in attribute when we save the operation it should throw error with mandatory attribute as missing. We used getWorklowAction() function for this in script. |
One answer
We do something similar by using the RTC built-in Advisor for Required for type and state, where you have the type of the work item and the state that it would move to using that action. The validator gives an error that the attribute is required when they go to save.
Comments
Ashwath G
commented Mar 03 '15, 2:38 a.m.
Hello Susan,
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.