Deep Links & Shortcuts
Did you know that you can navigate directly to a specific menu item in QuoteX from outside the QuoteX console view? This is possible by using a specific URL pattern that includes a key parameter to land directly on the desired page.
Navigation URL Format
To achieve this, use the following URL structure:
/lightning/r/psce__PSC_Estimate__c/[SFDC_Quote_Id]/view?psce__landing=[ItemValue from Extensible Navigation Item Metadata records]
URL Breakdown:
- [SFDC_Quote_Id]: Replace this with the actual Salesforce QuoteX Quote ID you want to access.
- psce__landing: This key parameter directs QuoteX to open the specified navigation item instead of the default landing page.
Example
If you have an ItemValue for a specific page (e.g., “psce_ext:PSC_DashboardForQuote”) in the Extensible Navigation Item Metadata records, you can navigate directly to it as follows:
/lightning/r/psce__PSC_Estimate__c/a0yGB00000Cf5GtYAJ/view?psce__landing=psce_ext:PSC_DashboardForQuote
In this example, psce__landing=psce_ext:PSC_DashboardForQuote instructs the QuoteX app to open the “Dashboard” page upon loading instead of the default landing page.
Key Parameter: psce__landing
The psce__landing parameter is crucial in controlling the navigation behavior. It signals to QuoteX to target a specific page based on the ItemValue from the Extensible Navigation Item Metadata.
This feature allows users to bookmark, share, or directly access specific areas within QuoteX, enhancing efficiency and saving time by bypassing the default landing page. With this direct navigation feature, you can streamline workflows and make QuoteX even easier to use!