2022

Page tree
Skip to end of metadata
Go to start of metadata

Issue        : Invoice(s) were not getting updated from Salesforce to QuickBooks.

Reason    : Since there is only insert/no update sequence for invoice in OpportunityToInvoice workflow.


Solution:

  1. Change the invoice sequence from ‘Insert’ to ‘Upsert’ .

  2. Make sure that ‘ID’ is the primary key.


  3. Inside mappings, target field<Id> shouId be mapped with “IF(ISEMPTY(VALUE("AVSFQB__Quickbooks_Id__c")),"",VALUE("AVSFQB__Quickbooks_Id__c"))”




  4. Save the workflow.


  • No labels