Symptom
How to get the Federation Quote link using CPQ Formula Builder Tag.
Environment
SAP SALES CLOUD CPQ
Reproducing the Issue
- Open Quote;
- Open Formula Validator;
- Click on Formula Builder Image;
- You will find the QuoteLink tag;
- This tag doesn't provide federation specific quote link.
Resolution
- Open Quote;
- Open Formula Validator;
- Click on Formula Builder Image;
- You will find the FederationQuoteLink <* FederationQuoteLink( IdentityProviderEntityID )*>tag;
- This tag provides federation specific quote link.
The Tag also takes parameter idpEntityId.
idpEntityId is the unique value from Federation Settings which every IdP is providing when it is configured in CPQ.
If you use <* FederationQuoteLink() *> CPQ will choose first configured IdP in Federation Settings.
If you want to create Quote link for specific IdP settings you can use <* FederationQuoteLink(https://idp.com) *> for example. https://idp.com value is value from Federation Settings page, Entity ID field.
See Also
Keywords
Federation, Quote Link, SSO, Link, URL , KBA , CEC-SAL-CPQ , Sales Cloud CPQ , How To