2022

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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Issue        : Invoice(s) were not getting updated from SF to QB.

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 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