- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
How come when I type the post code of a location into the location field on cmdb_ci_printer it doesn't bring up the corresponding location however when I do it on the incident table it does.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @joshmorris ,
Incident table’s Location field might have dictionary attributes like ref_ac_columns=city,postal_code that let the search include the postal code field. The printer CI might lack this.
Please add and check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Enable dictionary level attributes to get the data.
eg: ref_ac_columns=name,location_id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
check the variable attributes for the fields
there must be auto complete with other set of fields
location on incident is coming from task table.
See the dictionary overrides for it
Auto-complete for reference fields
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @joshmorris ,
Incident table’s Location field might have dictionary attributes like ref_ac_columns=city,postal_code that let the search include the postal code field. The printer CI might lack this.
Please add and check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Enable dictionary level attributes to get the data.
eg: ref_ac_columns=name,location_id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
check the variable attributes for the fields
there must be auto complete with other set of fields
location on incident is coming from task table.
See the dictionary overrides for it
Auto-complete for reference fields
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader