How to set display value for "Document ID" type field (eg. Approval.approving)Issue It is not possible to change the display value of a document ID type field directly.Document ID field stores the sysID of the referenced record and the display value is a combination of "<Table Name>:<Table.DisplayColumn>"ResolutionYou need to change the "Display" column in the respective table so that it reflects the same for the document ID field. Example: If the Document ID field is showing as "Change request: CHG0000245", then you should make some other field like description/short_description as display=true on the change_request table.Then it would show as "Change request: Deploy new Cisco Catalyst 4500" (whatever the value is for description or short description)