Skip to main content

Notifications

Dynamics 365 Community / Forums / Sales forum / change default tab on ...
Sales forum
Answered

change default tab on an entity

Posted on by Microsoft Employee

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? 

pastedimage1605581025072v1.png

Thx!

Categories:
  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: change default tab on an entity

    Thanks Hao. That helps.

  • Verified answer
    LuHao Profile Picture
    LuHao 40,856 on at
    RE: change default tab on an entity

    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.

    pastedimage1605594206757v1.png

    pastedimage1605594323057v2.png

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: change default tab on an entity

    Thanks Adrian.  Sorry but I'm not a developer. I was thinking that it might be a settings under customisations??

  • Suggested answer
    Adrian Begovich Profile Picture
    Adrian Begovich 20,989 Super User 2024 Season 2 on at
    RE: change default tab on an entity

    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();
    }

Helpful resources

Quick Links

Dynamics 365 Community Update

Welcome to the inaugural Community Platform Update. As part of our commitment to…

Dynamics 365 Community Newsletter - August 2024

Catch up on the latest D365 Community news

Community Spotlight of the Month

Kudos to Mohana Yadav!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,107 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 227,954 Super User 2024 Season 2

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans