*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 }
Mohamed Amine Mahmoudi
83
Super User 2025 Season 1
Community Member
52
Victor Onyebuchi
6