-
Even though the data is utf-8 encoding in the file, the job fails and returns a non-friendly message:
`Bad Message 400reason: Illegal character VCHAR=', '`
> Notice the upload of the data is not…
-
```
results = sf.bulk.instance.query(query,lazy_operation=True)
all_results = []
for result in results:
all_results.extend(result)
```
The above is not working, I have 19000 records but it…
-
Hi,
After running the option to activate users with .invalid, I don't get a popup asking about which users/profiles I want to activate.
Instead, the process runs with a wrong query and doesn't f…
-
Running list of requests for examples. I don't personally have any experience with these APIs so PRs/comments are appreciated.
- Google Contacts API (https://github.com/VBA-tools/VBA-Web/issues/185)
…
-
### At-A-Glance
Integrate with SalesForce, allowing enrollment and user management through its CRM capabilities.
### More information
**Product specs**
**Design files**
**Kanban board**
### …
-
Hi! and sorry! Cause this is probably not an issue. I was just wondering If you know the way of inserting a Dataframe into Salesforce. I have something like this
```
data_accounts_all = pd.read_cs…
-
I've encountered this error multiple times and it happens randomly at simple_salesforce\util.py", line 72, in call_salesforce
result = session.request(method, url, headers=headers, **kwargs)
A…
-
Has anyone run into a hard restriction of 10,000 records when using this approach?:
```csharp
var init = await client.QueryAsync(tmpquery);
var finished = false;
do
{
finished = init.Done;
…
-
> Refused to connect to 'https://mycompany.sandbox.my.salesforce.com/services/data/v56.0/query?q=select%20Id%2C%20Name%20FROM%20User%20LIMIT%201&cache=0.22271687033207455' because it violates the foll…
-
It doesn't seem to matter what I use for a domain. It doesn't matter if I login to "login.salesforce.com" or "domain.my.salesforce.com."
```
Traceback (most recent call last):
File "C:\Users\t…