Hi
I am currently making a "popup" html web resource(the resource opens in a new window and not inside the form) which is supposed to retrieve data from the server, display it and allow the user to find links to various documents.
i have a javascript resource attached to an unused form that opens the html web resource on load using window.open, inside the resource is a search box with a button that is supposed to load the necessary data using a script that is on the page itself. however, when i click the button to use the script i get the error
"cr3de_documentSearchWindow:11 Uncaught ReferenceError: Xrm is not defined"
as i understand, xrm loads no problem from a javascript file and i can only use parent.xrm if the xtml web resource is on the same page as the form
any way to access xrm code commands with an html web resource from a seperate window?
i would appreciate help
*This post is locked for comments
I have the same question (0)