Rename Custom Actions
To rename a custom action:
- Click Conga Grid Setup.
- Select the object associated with the custom action.
- Click the object Features tab.
-
Click the Edit link next to the name of the custom action. For example:
- Action Name: The name of the action as it appears under the Actions tab of Conga Grid Setup. The figure in Step 4 shows an example.
- Label: The name of the action as it appears in the Actions menu in the Conga Grid Explorer.
-
To change the Label, find the getLabel line of code in the Custom Action screen. Then modify the text in the return statement. For example:
-
To change the Action Name, enter the same name in the Action Name field and in the itemID line of code. The names must exactly match.
-
Click OK.
Note:
The itemID must have the same value throughout the custom action's Javascript code.