Example of renaming an action

To rename an action, change the label of the action by adding label is and the label for the action in quotes.

In this example, change the label of the SimpleTerminate action to Reduce Headcount.


  Actions
    action is ActiveEmployeeWorkAssignmentsForManagerRel.SimpleChangePayRate
    action is ActiveEmployeeWorkAssignmentsForManagerRel.SimpleAddWorkAssignment
    action is ActiveEmployeeWorkAssignmentsForManagerRel.SimplePromote
    action is ActiveEmployeeWorkAssignmentsForManagerRel.SimpleTransfer
    action is SimpleTerminate
      label is “Reduce Headcount”

When the My Teams page is reloaded, the Terminate action is displayed as Reduce Headcount on the employee action menu.