Salesforce Opportunity to QuickBooks - Disabling Jobs
Salesforce & QuickBooks BiDirectional Template
Log in to your DBSync account.
Validate your connection settings for Salesforce and QuickBooks.
Navigate to flow Opportunity to invoice flow. In the Transform&Write section, open the map for Sequence No.2. Then, replace the mapping of Process Records When from "true" to "false".
After making the above changes, DBSync will not create jobs in your QuickBooks.
The above procedure can be replicated for other mappings - like OpportunityToSalesOrder, OpportunityToSalesReceipt, OpportunityToEstimate, and OpportuintyToCreditMemo.
Open mapping for the Invoice and make the following changes to the source and target mappings.
Find the target field "InvoiceAddRq/InvoiceAdd/CustomerRef/FullName" and replace the source code by copy and paste the following: LEFT(VALUE("Account/Name"),41)
Open Mapping for Invoice update and make the following changes to the source and target mappings.
Find the target field "InvoiceModRq/InvoiceMod/CustomerRef/FullName" and replace the source code by copy and paste the following: LEFT(VALUE("Account/Name"),41)
Salesforce & QuickBooks Online Template
Login to your DBSync account.
Validate your connection settings for Salesforce and QuickBooks Online.
Navigate to Task for SalesForce to QuickBooks OpportunityToInvoice. Open the flow OpportunityToInvoice. Then, open the map for Sequence No.2 and replace the mapping of Process Records When from "true" to "false".
Open mapping for Invoice sync and make the following changes to Source and Target Mappings.
Find the target field "CustomerRef" and replace the source code by copy and paste the following:
This completes disabling Jobs for your Salesforce and QuickBooks Online solution template.
Last updated