- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2022 06:04 AM
Hi all,
Please is it possible to make either an existing ticket details or newly created ticket details populate/display on Agent screen? E.g. Whenever we are getting data from another system, can we populate the data in a new form on the Agent screen? If this is possible, how can we achieve this please?
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2022 07:31 AM
Hi, Agent Workspace is visible from Platform or Native UI based on the role. Yes, the above link helps to understand the configuration of native UI.
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2022 06:22 AM
Can you clarify what you mean?
It's not clear what you mean by "ticket details populate/display on Agent screen".
Are you just asking how we can feed data from another system into ServiceNow to create a ticket?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2022 06:46 AM
Hi @Mike_R ,
Thank you for your response. So, YES. Whenever we receive data from another system into ServiceNow, how can we create a new ticket with those data? Secondly, in the case of existing tickets, how can we bring them in from another system and make Agent work on them please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2022 06:49 AM
Have the third party application send an API request to ServiceNow to create/update a ticket.
More info on API can be found here
https://www.youtube.com/watch?v=i9YeiHiVzZ0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2022 06:54 AM
Hi, If your integration is based on incident it should affect the ticket transaction (Create / update) in 'incident' table. If it reflects correctly it automatically display the incident in 'Agent WorkSpace'.
Integration should always happen staging table not direct table API.
Suresh.