ServiceNow Plugin → Using the Field List for Custom Columns
When you specify ServiceNow table fields in the Field List properties in a ServiceNow plugin configuration, the plugin stores this data in the Release Control tables. You can then use these fields in the custom column entries so that you can display any ServiceNow table data in the Release Control ServiceNow request fields.
To add columns from ServiceNow tables:
For example:
problem:Problem
Title: problem:number
Name: problem:short_description
Description: problem:description
If you don't specify these, Title, Name, and Description columns in the Request widget will be empty by default.
Any custom value defined in Field List can also be used for these fields.
For example:
work_notes:DATETIME,priority
You don't need to specify any of the following, as they are available by default: sys_id, number, description, short_description, sys_created_by, sys_created_on, sys_updated_by, sys_updated_on, assigned_to
For example:
short_description LIKE {SEARCHTERMS} ^ OR description LIKE{SEARCHTERMS} ^ OR priority LIKE {SEARCHTERMS}
title, name, description, sys_created_by, sys_created_on, sys_updated_by, sys_updated_on, assigned_to, work_notes, priority
Title, Name, Description, Created By, Created On, Updated By, Updated On, Assigned To, Work Notes, Priority
Copyright © 2012–2016 Serena Software, Inc. All rights reserved.