Approval Email URLs with SugarCRM Route
Approval Email URLs with SugarCRM Route
- Updated on Mar 24, 2026
- Published on Mar 23, 2026
- 1 minute(s) read
In some situations, a seller may need an approval before the quote they create can be sent to the buyer. This could be because they are providing a non-standard discount or because they are including products that they are otherwise unable to sell, or other such reasons. In this case, the seller is able to create an approval email using Mobileforce CPQ and send it to the approver for action.
Approval Emails
When a seller sends an approval request to an approver, an email is constructed on behalf of the seller and sent to the approver. This email uses the "Approval Email Template" as a part of the approval process.
Action elements of an Approval
When an approver receives an email request for approval of a quote, they can do one of three things:
- Approve the Request:
- Reject the Request
- View the Quote
The last of these actions, "View the Quote", would bring the approver back to Mobileforce CPQ. However, if they originally accessed Mobileforce CPQ from SugarCRM authentication, this "bringing them back" also needs to go through SugarCRM Authentication. Unfortunately, due to limitations in SugarCRM, that action of "View the Quote" needs to have a URL constructed for it that carefully marshals the approver through (a) first the sugar authentication and (b) then on to CPQ.
This is done as follows:
HOW DO YOU CREATE A SUGAR ROUTE URL for EMAIL APPROVALS.
Reference Customer: https://customer_name.sugarondemand.com/
Login: support@mobileforcesoftware.com
- Go to Sugar CRM router and copy the below URL
https://{sugar-instance-id}/#mfcpq_MobileForce_CPQ_edit/{mobileforce_cpq_id_c}
The following two elements of the URL structure are replaced by actual values:
- sugar-instance-id
- mobileforce_cpq_id_c
Go to Mobileforce manager, login to the customer account and go to CPQ setup.
Go to Email template: select approval request email template and edit.
In the body of the URL: search for goto quote and follow the below steps:
- Replace sugar-instance-id in the original link with the sugar login link and replace only that part in the URL.
- Replace sugar-instance-id by mcfallfuel.sugarondemand.com
- Replace cpq_quote_url with adlform_id
https://mcfallfuel.sugarondemand.com/#mfcpq_MobileForce_CPQ_edit/${adlform_id}
- Ensure above changes in the body of the approval request email template.
Finally, save the changes in UI layout and test the flow in the proposal.