This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Dashboard Tab - Do not focus

I created a dashboard tab that is created as soon as the object type selected is "Organizations". The new tab is created and then it is also focused. Is there anyway to just create the tab for the dashboard and not focus it?

Parents Reply
  • I figured this out. After creating the new tab for the dashboard, the dashboard tab was focused, but I still wanted the metadata tab to be the primary tab and focused on entry. The line of code to do this is below.

    shellFrame.RightPane.GetTab('_details').Select()
Children