Changing the View Button on the Customer Quotation Object
To change the View Button on the Customer Quotation object perform the following steps:
In Visualforce Edition
Before you can use Advanced Quoting, you must override the View button so that it loads the SCMQT__vfLoadCustomerQuotationLinePage Visualforce page:
- Click Setup | Create | Objects | Customer Quotation.
- Scroll to the Buttons, Links and Actions section.
- Click Edit next to the View button.
- Ensure that Visualforce Page is selected.
- Select vfLoadCustomerQuotationLinePage [SCMQT__vfLoadCustomerQuotationLinePage] from the drop-down list.
- Click Save.
In Lightning Edition
Before you can use Advanced Quoting, you must override the View button so that it loads the CustomerQuotationLightningPageAdvancedQuoting Lightning page:
- Click Setup | Objects Manager | Customer Quotation.
- Scroll to the Buttons, Links and Actions section.
- Click Edit next to the View button.
- Ensure that No Override (use default) checkbox is selected.
- Select Lightning page (CustomerQuotationLightningPageAdvancedQuoting) in the Lightning Experience Override section.
- Click Save.