
Hello all,
I was looking at some documentation for Power Apps, this page, with the following line about executing JavaScript with Commands:
"Enter the Function name. For example, select the Main_system_library.js library then call this function: XrmCore.Commands.Open.opennewrecord"
The code within Main_system_library.js was mostly incomprehensible; Is there some place with documentation on functions like this within XrmCore, detailing what they do and what parameters they require?
Hi, those docs for customize Command bar still on preview phase. you will find few blogs that talk about it. take a look to the RibbonWorkBench by Scott Durow, the idea of execute a Javascript is that you cound develop your own and execute your custom functions. trying to figure out what a JS libraries does will blow your mind, some of them are JS modules or are minified libraries so with practice you'll find what certain libraries does and what functions and methods are usefull.
regards.