-
With Salesforce default API There is an option to make composite requests to reduce the number of calls and also allow to roll back if one option fails.
https://developer.salesforce.com/docs/atlas.…
-
Thank you for the SDK. I'm currently using POST and PATCH methods for ETDataExtensionRow, but it's not very efficient for thousands of data rows. Is there a recommended procedure for bulk upload of da…
-
The class [`SObjectList`](https://github.com/developerforce/Force.com-Toolkit-for-NET/blob/master/src/CommonLibrariesForNET/Models/Xml/SObjectList.cs) function `WriteXml(XmlWriter writer)` creates a n…
ghost updated
5 years ago
-
Not an issue, just some functionality related questions.
I'm using `Salesforce().bulk.Marketing_Cloud_Staging__c.insert()`
The response is a list of dicts like `{'success': True, 'created': True, 'i…
-
Hi!
I'm facing UnknownHostException. As you can see test runs fine with the same Host. Do you have any ideas why it is failing for the coverage calculation?
Thank you
```
[INFO] --- exec-mave…
-
注意:有不少数据库方面的存储系统是支持 JDBC 的,RocketMQ Connect 也已经提供通用的 [JDBC Connector](https://github.com/apache/rocketmq-connect/tree/master/connectors/rocketmq-connect-jdbc) 实现,所以如果是通过 JDBC 实现的 Connector ,不需要再实现单独的新…
-
Hi Team,
I am trying to write the spark dataframe into salesforce object. But its failing with the below error.
**java.lang.IllegalArgumentException: Can not instantiate Stax reader for XML source…
-
```
What steps will reproduce the problem?
1. Find a salesforce organisation where the Household_Opportunity trigger fires
before the OpportunityContactRoles trigger.
2. Enable Opportunity Contact Ro…
-
```
What steps will reproduce the problem?
1. Find a salesforce organisation where the Household_Opportunity trigger fires
before the OpportunityContactRoles trigger.
2. Enable Opportunity Contact Ro…
-
Hi,
able to read from SalesForce object using below code:
```
salesforce_dataframe = spark.read.format("com.springml.spark.salesforce").option("soql","select id,name from account").option("usern…