2022

Page tree

Versions Compared

Key

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

...

  • Open workflow AccountToCustomer, in the Advanced Query Builder you see a query, edit this query as below and click on Save Workflow.
  • Code Block
    
    select {!.} from Account where AVSFQB__QuickbooksQuickBooks_Id__c=' ' and QuickBooks__c='QuickBooks1'
    
  • Ensure workflow CustomerToAccount is active by keeping the status on.

...

  • Open the rule "Sequence No 1" and click map and you will see mapping AVSFQB_QuickbooksQuickBooks_idc = LSPLIT(VALUE("ListID")) _and edit this mapping as follows AVSFQB_QuickbooksQuickBooks_id{_}__c = "QuickBooks1"+LSPLIT(VALUE("ListID"),"-")

...

  • Click on Map & you will see mapping AVSFQB_QuickbooksQuickBooks_id__c = LSPLIT(VALUE("ListID"))
  • Edit this mapping as below

             AVSFQB_QuickbooksQuickBooks_id__c = "QuickBooks1"+LSPLIT(VALUE("ListID"),"-")

...

  • Click on Map and you will see the mapping AVSFQB_QuickbooksQuickBooks_id__c = LSPLIT(VALUE("ListID"))
  • Edit the following mapping as below and click on Save & Close button.

             AVSFQB_QuickbooksQuickBooks_id__c = "QuickBooks1"+LSPLIT(VALUE("ListID"),"-")

...

  • You will see mapping AVSFQB_QuickbooksQuickBooks_id__c = LSPLIT(VALUE("ListID")) 
  • Edit this mapping as below click on Save & Close button.

             AVSFQB_QuickbooksQuickBooks_id__c = "QuickBooks1"+LSPLIT(VALUE("ListID"),"-")

...

  • Open workflow AccountToCustomer, in the Advanced Query Builder you see a query, edit this query as below and click on Save Workflow. 
  • Code Block
    
    select {!.} from Account where AVSFQB__QuickbooksQuickBooks_Id__c=' ' and QuickBooks__c='QuickBooks2'
    
  • Ensure workflow CustomerToAccount is active by keeping the status on.

...

  • Open the rule "Sequence No 1" and click map and you will see mapping AVSFQB_QuickbooksQuickBooks_idc = LSPLIT(VALUE("ListID")) and edit this mapping as follows AVSFQB_QuickbooksQuickBooks_id__c ="QuickBooks2"+LSPLIT(VALUE("ListID"),"-")

...

  • Click on Map & you will see mapping AVSFQB_QuickbooksQuickBooks_id__c = LSPLIT(VALUE("ListID"))
  • Edit this mapping as below

             AVSFQB_QuickbooksQuickBooks_id__c = "QuickBooks2"+LSPLIT(VALUE("ListID"),"-")

...

  • Click on Map and you will see the mapping AVSFQB_QuickbooksQuickBooks_id__c = LSPLIT(VALUE("ListID"))
  • Edit the following mapping as below and click on Save & Close button.

             AVSFQB_QuickbooksQuickBooks_id__c = "QuickBooks2"+LSPLIT(VALUE("ListID"),"-")

...

  • You will see mapping AVSFQB_QuickbooksQuickBooks_id__c = LSPLIT(VALUE("ListID")) 
  • Edit this mapping as below click on Save & Close button.

             AVSFQB_QuickbooksQuickBooks_id__c = "QuickBooks2"+LSPLIT(VALUE("ListID"),"-")

...