Skip to content

Instantly share code, notes, and snippets.

@mykola-den
Created February 13, 2017 14:45
Show Gist options
  • Select an option

  • Save mykola-den/8915941235353e62836d9c54ed6004d6 to your computer and use it in GitHub Desktop.

Select an option

Save mykola-den/8915941235353e62836d9c54ed6004d6 to your computer and use it in GitHub Desktop.
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