Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Tip Tuesday - Errors and Solutions (Series 1)

edited Dec 6, 2022 4:37PM in Configure Price Quote

Use case - An error occurred while communicating with the partner site.

Description: The following message appears when performing an action in Oracle CPQ that triggers an integration with Salesforce:

Error Message - "An error occurred while communicating with the partner site."

Step 1 - You will want to check the integration associated with the action and take a look at the SOAP Generator XSL file.

Let's say we have the following code in XSL:

<xsl:variable name="MNamount" select="$sub_doc/relatedMaintenance/>

<Maintenance_Amount__c>

<xsl:value-of select="$MNamount"/>

</Maintenance_Amount__c>

Step 2 - If the value for relatedMaintenance does not exist in the XML Document, MNamount will be undefined, and the generated SOAP XML Input will be:

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!