Skip to main content
Scott Trick ha preguntado en #Integration
I'm looking at the c⌗ code for SOAP API Merge() located here:

https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_calls_merge.htm?q=merge

The problem i'm having is figuring out how to get this to work in c⌗ because I dont have an 'Account' type.  How do I create the Account? :

// Create two accounts to merge

Account[] accounts = new Account[2];

 
2 respuestas
0/9000