*This post is locked for comments
*This post is locked for comments
Hi ,
Try with this -
function CheckTabLable(executionContext) { var formContext = executionContext.getFormContext(); var tabObj = formContext.ui.tabs.get("TabName"); var tabLabel = tabObj.getLabel(); // you will label in tabLabel variable }
It seems like you wrote a similar post in which Goutam answered.
function GetTabLabel(executionContext) {
var formContext = executionContext.getFormContext();
var tabObj = formContext.ui.tabs.get("TabName");
var tabLabel = tabObj.getLabel();
}
Hope this helps
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,321
Most Valuable Professional
nmaenpaa
101,156