function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Samruddhi Gokhale 11Samruddhi Gokhale 11 

Is there a way to access default tab for an app through apex?

I want to access the default tab set for an app so that I can automatically redirect the user there. I have checked DescribeTabSetResult class: https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_schema_describetabsetresult.htm
But it does not have any method to get the default tab. 

Thank you!