Created
February 13, 2017 14:45
-
-
Save mykola-den/8915941235353e62836d9c54ed6004d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var tab=Xrm.Page.ui.tabs.get().filter(x=>x.getName().indexOf('oss')!=-1)[0] | |
| tab.sections.get().map(s=>{ | |
| console.log(`******${s.getName()} | |
| ${s.controls.get().map(contr=>{return contr.getName()}).join(';')}`) | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment