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!
Announcements
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(); }
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,107 Super User 2024 Season 2
Martin Dráb 227,954 Super User 2024 Season 2
nmaenpaa 101,148