setTabOrder()

The ZohoSalesIQ.setTabOrder API allows to change the order of the tabs on the SalesIQ's homepage.

Note:

  • By default, the conversation will be the first tab, followed by Knowledge Base.
  • The enum value for the FAQ has been deprecated in version 6.0.1. Instead, use the KnowledgeBase enum value.

Syntax:

CopiedZohoSalesIQ.setTabOrder(ZohoSalesIQ.Tab.KnowledgeBase, ZohoSalesIQ.Tab.Conversations);
CopiedZohoSalesIQ.setTabOrder(ZohoSalesIQ.Tab.KnowledgeBase, ZohoSalesIQ.Tab.Conversations)