Place Default Tab in Creatio

Hi Team, 

How will I solve the request this request when I open the page and it should set the default tab instead of last tab I left from. 

Like 1

Like

1 comments

Hello,

There are 2 features responsible for remembering last opened tab - this is OOTB logic of Creatio .

DisableSaveToProfileSelectedTabIndex - is responsible for opening the last tab when entering the page. To match your requirements - this feature should be enabled.

UseSchemaOutletReuseViewStrategy - This feature helps to improve the page loading performance (saves page in cache and gets it when page is loading again). So the selected tab is saved in cache too. If you disable this feature too - the first tab would be selected after page reload.

Please note : it is not recommended to diable UseSchemaOutletReuseViewStrategy because it could potentially lead to the page loading performance issues. In case if any issues will be noticed kindly turn the feature back on.

Thank you for reaching out!

Show all comments