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: Insertion of Invoice to Opportunity is done based on QuickBooksID (AVSFQB__Quickbooks_Id__c).


Reason: Account and Customers are created manually in Salesforce and Quickbooks respectively. Therefore, QuickBooksID will not be updated into Salesforce using status writer.




Fig1: Mapping



Fig2: Logs



Solution:

  1. Open Invoice to Opportunity workflow.

  2. Open first rule and replace existing mapping for AccountID as shown below:


Fig3: Updated mapping


Existing mapping:

            LINK("AccountId","select id,AVSFQB__Quickbooks_Id__c from Account","AVSFQB__Quickbooks_Id__c",VALUE("CustomerRef/FullName/CustomerRet/ListID"),"Opportunity").


Updated mapping:

            LINK("AccountId","select id,Name from Account","Name",VALUE("CustomerRef/FullName/CustomerRet/Name"),"Opportunity").

  • No labels