Create Custom Actions
Follow these steps to create your own actions using JavaScript.
- Click Conga Grid Setup.
- Select the object for which you want to create a custom action.
- Click the Object Features tab.
- Click New Custom Action.
- Enter an Action Name.
-
Enter the Javascript code to perform custom action. See Code Examples for Custom Actions.
-
Click OK.
The custom action is located on the Actions menu.
You can also create a button in the Conga Grid toolbar for your custom action:
- In the JavaScript field of the Custom Action screen, look for the IsToolbarAvailable function.
- Change the return value to true.
- Click OK.
- Click Conga Grid Explorer.
-
Click the Configuration
button to open the Configure menu on the right side of the Conga Grid.
- Click Toolbar.
- Enable the checkbox for your custom action. A button to invoke the custom action is located on the toolbar.