Configure fields in contract template to display correct sys_id value in contract documents
As a contract configurator, update an advanced script to print the correct display value for sys_id variables in the generated contract document.
Before you begin
Role required: sn_cm_core.contract_config
About this task
Because the script for mapping variables using the Microsoft Word add-in for ServiceNow Contracts uses the toString() function for the sys_id variable, its display value is not replaced properly in generated contract documents.
Procedure
Navigate to All > Contracts Core > Contract Administration > Contract Templates.
Open a contract template.
Navigate to the Template mapping related list.
Select the field for which the advanced script is enabled and the display value is not shown properly.
Field details are displayed along with the advanced script.
In the script, replace the occurrences of toString() with getDisplayValue().
Select Update.
Parent Topic:Manage contract records
Related topics