2022

Page tree

Versions Compared

Key

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

...

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

Image Added

Solution:

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

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

    Image RemovedImage Added


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


    Image RemovedImage Added

  4. Save the workflow.