Hi, We have analyzed your requirements, and you can add a button on /Main Bar/ that triggers the /JavaScript/ function on click, here are some detailed steps. 1. Go to PowerApps admin backend, edit the Field Service application, locate the /Work Order/ page, edit the /Command Bar/. 2. Click New /Command Bar/, select New /Web Resource/, and upload the JavaScript file. Here is my sample java script code.
function jump(){
var domain = document.domain;
var url = `https:///${domain}/tools/DataManagement/datamanagement.aspx?pid=06&web=true`;
window.open(url);
}
I hope my answer is helpful to you! If you have any other questions, please feel free to contact me. Best Regards, Rudy Zhang
Was this reply helpful?YesNo
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.