My Approvals Component Configuration in Salesforce
In Salesforce CPQ, when a Cart, Proposal, or Collaboration Request is submitted for approval, Conga Approvals on the Advantage Platform manages the request. You can access these requests by adding the RLS Approval Lightning Web Component (LWC) to the appropriate record detail page—either the Proposal, Quote, or Collaboration Request page.
The RLS Approval LWC includes a My Approvals button for Cart, Quote, and Collaboration Request objects. It is part of the Conga CPQ (RLS) managed package. After installing the managed package, you can add this component to any object's record detail page using Lightning App Builder.
This topic describes how to configure access to My Approvals (Cart) and My Approvals (Quote) from the Quote or Proposal detail page. You can apply the same steps to add the RLC Approvals LWC to the Collaboration Request page, enabling the My Approvals button for collaborator cart requests.
The RLS Approvals LWC component is designed to work exclusively within the Lightning Experience interface in Salesforce. It is not supported in Salesforce Classic.
My Approvals Lightning components are now included in the Conga CPQ (RLS) managed package. We recommend using the managed package components instead of custom logic for better support and compatibility.
Adding an RLS Approval Component to a Salesforce Object
- Enable Third-Party Cookies: Your browser must allow third-party cookies to ensure seamless authentication and data access.
- Allow Pop-Ups: Configure your browser to always allow pop-ups to prevent any interruptions in system functionality.
Install the Conga CPQ (RLS) Package version 3.129 or above. For more information on installing, see To Install the Conga CPQ (RLS) package topic in the CPQ for Administrators guide.
Update the APTS_RLPInstanceSettings admin setting with the approvals endpoint URL,
https://<domain name>/approvals/my-approvals
. The endpoint URL is specific to the environment you are connected to.Add the query parameter
hideNav=true
to the endpoint URL to open the My Approval page without navigation headers. For example:https://<domain name>/approvals/my-approvals?hideNav=true