- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 09:58 PM
Hi,
Is it possible to send display value in POST table API rather than sending the SysID for the reference fields?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 10:13 PM
Hi
no it is not possible as the display value might not be unique and thus ServiceNow would not know which record to take. Only SysIDs are unique and can address a record correctly.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 10:11 PM
Hi @Jake ,
can you Please Explain more about the requirement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 10:54 PM
Hi,
Say for example I am using POST Table API on Incident and want to send the value for Assignment group and Assigned To
Here it will ask to enter the SysID of Assignment group and Assigned To rather I need to send the display value for Assignment group and Assigned To
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 10:13 PM
Hi
no it is not possible as the display value might not be unique and thus ServiceNow would not know which record to take. Only SysIDs are unique and can address a record correctly.
Maik