2022
Panel |
---|
For Integration from Salesforce into QuickBooks |
Code Block |
---|
Target == "CustomerAddRq/CustomerAdd/ParentRef/FullName" Source Field == "VALUE("Parent/Name")" |
Code Block |
---|
select {!.} from Account where AVSFQB__QuickBooks_Id__c = '' and Parent.Name!='' |
Code Block |
---|
select {!.} from Account where AVSFQB__QuickBooks_Id__c = '' and Parent.Name ='' |