Hi all,
Could you please help with this?
I have a custom entity called 'Clients'. If I open any client record, by default it's on Administration tab. (Screenshot below) I want to change it to 'General'. How do I do that?
Thx!
Hi all,
Could you please help with this?
I have a custom entity called 'Clients'. If I open any client record, by default it's on Administration tab. (Screenshot below) I want to change it to 'General'. How do I do that?
Thx!
Thanks Hao. That helps.
Hi partner,
Edit the form, open the properties of General tab, check if "Expand this tab by default" of General tab is disabled, if so, enable it.
Thanks Adrian. Sorry but I'm not a developer. I was thinking that it might be a settings under customisations??
Hi T Reddy,
You can use on load JavaScript to set the default tab.
function FocusOnTab(executionContext) { var formContext = executionContext.getFormContext(); formContext.ui.tabs.get("Tab_Name").setFocus(); }
André Arnaud de Cal... 291,904 Super User 2024 Season 2
Martin Dráb 230,605 Most Valuable Professional
nmaenpaa 101,156