
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2020 05:55 AM
Hi,
Good day! we have to integrate the "openFrameAPI - openServiceNowForm" as per https://docs.servicenow.com/bundle/newyork-customer-service-management/page/app-store/dev_portal/API_reference/openFrameAPI/concept/c_openFrameAPI.html#c_openFrameAPI.
We have configured everything. The create new record and open existing record is working good when we check from the normal servicenow window. In the agent workspace, the new record create process is working good, but not able to open the existing record from agent workspace using openframe form api.
In normal screen
Solved! Go to Solution.
- Labels:
-
Agent Workspace

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2020 07:09 AM
Greetings Vijay,
I have not yet had to use this particular API - but from the docs site example, new record vs existing needs an additional interaction record to open in the parent tab.
openFrameAPI.openServiceNowForm({ entity: 'interaction', query: 'sysparm_query=short_description=test', 'interaction_sys_id':'3be092313b711300758ce9b534efc4dd'});
For Agent Workspace, this API supports interaction tab management. In Agent Workspace, an interaction record opens in a parent tab and the specified entity record opens in a child tab under the interaction tab.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2020 07:09 AM
Greetings Vijay,
I have not yet had to use this particular API - but from the docs site example, new record vs existing needs an additional interaction record to open in the parent tab.
openFrameAPI.openServiceNowForm({ entity: 'interaction', query: 'sysparm_query=short_description=test', 'interaction_sys_id':'3be092313b711300758ce9b534efc4dd'});
For Agent Workspace, this API supports interaction tab management. In Agent Workspace, an interaction record opens in a parent tab and the specified entity record opens in a child tab under the interaction tab.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2020 11:10 PM
Super Andrew, its working good. So, we have to send the sys_id to open the existing record on the agent workspace. Is it possible to open the record by using unique field value instead of sys_id?
I am going to check that process... Thank you very much!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2021 12:01 AM
Hi Vijay ,
any finding or solution on this i need to open record base on phone feild
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2020 01:23 AM
Learn Agent Workspace from scratch to end with real world implementation and get live project hands-on.
Step by Steps implementation: https://www.youtube.com/playlist?list=PLIGcZxQaeEoj0XXBqTfReQwR44OeDYYb0
This Series help you to understand below topics
- How to setup Agent Workspace
- Plugins required.
- Create Studio application for Agent Workspace.
- Lading Page configuration in details.
- List Layout and Categories configuration.
- Form Layout, Header and Ribbon configuration
- UI Actions and notifications.
- Global search and Agent assist.
- Live Agent chat configurations.
- Integrate Connect Support with Agent Workspace
- Difference between Agent Workspace and ITSM Agent Workspace?
- Custom form for app: UI page, service portal widget or Agent Workspace component?
- View and Create Reports in Agent Workspace
- For LIVE AGENT where the service desk can access to the chat in back-end? via AGENT WORKSPACE OR CONNECT SUPPORT
- Agent Workspace - convert incidents to Request Items and vice-versa
- Add Knowledge search in Agent Workspace to Contextual form
- UI Action to pop up Email from Agent Workspace
- Bar Graph
- Open frame API in Agent Workspace
- How to use Assignment workbench in Agent Workspace?
- Viewing Interaction Records in Agent Workspace
- Agent Chat in Service Portal without Virtual Agent
- And many more.