2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

Image Added

Solution:

  1. Change the invoice sequence from ‘insert’ to ‘upsert’ .

  2. Make sure that ‘Id’ is primary key.
    Image Added

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

  4. Save the workflow.