Hi,
I have a requirement, i need to modify a ClearQuest schema. This modification is
done based on the application name(application_name field)in the form. For a particular application an additional approval from a group is required. For rest of the application needs to be eliminated.
Is there any way this can be achieved?
Thanks
To do this, you would change the access control hook for the Level3Approval action, such that the action is not permitted in the condition in which you want to force Level2Approval first. And also you would have an action hook which does not permit Level2Approval when you want it to use Level3Approval.
When you do that, the only actions you want show up in the drop down menu.