Creating a Quick Action Shortcut for new Action
Summary:
I've created a new Action called "Promotion Nomination" and I want to add a Quick Action shortcut to it like "promote"
Content (required):
Can I use deep link for that? The current shortcut uses the following link:
fndWarnChanges=#{Profile.values.HCM_SAVE_CHANGES_WARNING_ENABLED eq 'Y'};rootMenuGroupNodeId=#{'groupNode_manager_resources'};quickActionItemNodeId=#{'my_team_promote'};header=#{adfBundle['oracle.apps.hcm.people.resource.HcmPeopleTopGenBundle']['Action.Promote.PromotePerson']};
I think I need to replace ['Action.Promote.PromotePerson'] with something related to the new action I've created.
Version (include the version you are using, if applicable):
21C
Code Snippet (add any code snippets that support your topic, if applicable):