Add Relate Current Functionality
Note: This page is not applicable to your selected CRM. Proceed to the next topic.
In order to enable relating the current call to a record in ServiceNow, your environment must first be configured in both the ServiceNow instance and your InGenius Admin App to allow for this functionality. Follow the instructions on this page.
Update Application Access
-
Login to your ServiceNow instance.
-
Navigate to All | System Definitions | Tables
-
Search for the 'sys_ui_action' table and select it.
-
In the top ribbon, select the 'click here' link to edit the record, then select the Application Access tab.
-
Ensure that the 'Can create' and 'Can update' boxes are checked, then click the Update button at the bottom.
Add Background Script
-
Navigate to All | System Definition | Scripts - Background
-
Within the code space, add the following script:
Copygs.invalidateCache();
-
Select the Global option from the 'in scope' dropdown, and then click the Run Script button.
Note: The script will display a message "Script completed in scope global: script" if successful.