ServiceNow OpenFrame API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2020 04:38 AM
Hi Team,
Greetings for the day!!!!
I am using latest openframeAPI to have the functionality of openServiceNowForm to open Incident ,User Page
but it is giving the following error as :-
OpenFrame init failed.. Openframe init request timed out
Script:- <script src="https://<instance>/scripts/openframe/latest/openFrameAPI.min.js" ></script>
Function as
var config = {
height: 300,
width: 200
}
function handleCommunicationEvent(context) {
console.log("Communication from Topframe", context);
}
function initSuccess(snConfig) {
console.log("openframe configuration", snConfig);
//register for communication event from TopFrame
openFrameAPI.subscribe(openFrameAPI.EVENTS.COMMUNICATION_EVENT,
handleCommunicationEvent);
}
function initFailure(error) {
console.log("OpenFrame init failed..", error);
}
openFrameAPI.init(config, initSuccess, initFailure);
But I am getting this error and non of my fuction are working "OpenFrame init failed.. Openframe init request timed out"
I am facing this problem/issue from quite a long time.
Please help me on this so that all API works fine.
Regards
Kirti Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2020 05:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2020 05:08 AM
Hi Onkar,
Greetings for the day!!
I have tried all browser but still not able to resolve this issue " OpenFrame init failed.. Openframe init request timed out".
Please suggest how to achieve all API functionality working
Regards
Kirti Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2020 05:17 AM
refer below links for help
openFrameAPI.init() returns with error "Openframe init request timed out" in Chrome
Openframe API in Agent WorkSpace
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2020 05:09 AM
Hi Ankur,
Greetings for the day!!
I have tried all browser but still not able to resolve this issue " OpenFrame init failed.. Openframe init request timed out".
Please suggest how to achieve all API functionality working
Regards
Kirti Kumar