*This post is locked for comments
*This post is locked for comments
Try with this -
function getSectionVisibility(executionContext) { var formContext = executionContext.getFormContext(); var tabObj = formContext.ui.tabs.get("TabName"); var sectionObj = tabObj.sections.get("SectionName"); var IsSectionVisible = sectionObj.getVisible(); //IsSectionVisible will return true or false if the section visible then true otherwise false }
André Arnaud de Cal... 291,711 Super User 2024 Season 2
Martin Dráb 230,458 Most Valuable Professional
nmaenpaa 101,156