Announcements
No record found.
Hello,
I have a request to create a new functionality. I needed to check how they are opening the new record when clicking of +new button.
i tried to search for the webresource that was used in ribbon but i am not able to find it anywhere. Is there any place where i can see the code written in it?
From ribbon i found the name as "Man_system_library.js"
Thanks
What do you want to know about opening a new record?
If you search to open a new record in javascript : Xrm.Navigation.navigateTo() or Xrm.Navigation.openForm()
You can open the form, hit F12 and look for the code there.
Hello Xavier Monin ,
Thanks for this. I need to open an URL. Is it possible using navigateto?
I cannot use openURL functionality as i want it to open in same window and openurl doesnt provide the open to do so. Or if it does please let me know
I wanted to open the new url in a new session inside dynamics(Currently CSW has feature to have sessions inside dynamics itself) rather than a new tab in chrome. and i figured that if we open in same window it basically creates a new session
If you want to open in a new session to an external web page, you can navigate to a HTML web-resource that embedded an iframe.
Xrm.Navigation.navigateTo({ pageType: "webresource", webresourceName: "" });
Iframes can have security effects, make sure you understand them before using them.See https://developer.mozilla.org/en-US/docs/Web/HTTP/CSPand https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe
Example of HTML web-resource:
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 36
Mallesh Deshapaga 32
ManoVerse 30 Super User 2026 Season 1