Greetings. Hope you are all doing well! I am having a requirement to make few fields disable/readonly when launching a local action from Actions (i am on Theme-Cosmos), this local action is also used as a regular action but has been added as case-wide action within a case type. Is there any way to identify that action i launched is a local action and make the fields in UI readonly?
Under newAssignPage, pyAssignActions pagelist holds the list of actions (FlowActions & LocalActions). On each pyAssignActions() pages it has “pyActionType” property which holds the value as “LocalCase” for Case wide local actions/ad hoc actions .
You can try to use that property for identifying the Case wide local action.
@P.Siva.Praveen and @Anubhav Hi, Greetings. I have already implemented this using properties from newAssignPage which differentiates a regular action and a local action (pyDefaultTaskStatus and pyDefaultTaskValue)