243 results
Sorted by:
01-21-2025
05:57 PM
The Salesforce REST API can update up to 200 records be POST call. The Salesforce Update snap documentation says that it's implemented to only update 1 record at a time in REST mode. The Bulk API i...
by
Meriem
in Designing and Running Pipelines
04-24-2024
07:46 AM
04-24-2024
07:46 AM
Hello, We are trying to upsert contact object in Salesforce. All fields supported by contact object are well update but the field PHE_ACC_tech_ERP_number__c which is an external ID on t...
by
darshthakkar
in Designing and Running Pipelines
08-15-2022
04:48 AM
08-15-2022
04:48 AM
Hi Team,
I have 2 fields, Start and End Date coming from upstream systems (i.e. snowflake) in UTC and want this to be inserted to downstream systems (i.e. Salesforce) in UTC as well. After d...
by
Siva_Venna
in Designing and Running Pipelines
09-12-2020
06:20 AM
09-12-2020
06:20 AM
while configuring Salesforce account. Account validation failed without any error.
I am able to login into Salesforce account with the same credentials! Any permission settings required to fix t...
by
Roger667
in Designing and Running Pipelines
09-28-2023
02:53 PM
09-28-2023
02:53 PM
When i am passing pipeline parameters 'time_column' and 'object_name' i am getting Error. Same with Salesforce read Snap
by
travis_pendleto
in Designing and Running Pipelines
02-06-2020
07:07 AM
02-06-2020
07:07 AM
Hi I’m attempting to connect to a SalesForce instance using a SOQL snap, read all the table names, then use a pipeline execution snap to trigger a child pipeline that dynamically looks up all the f...
- Tags:
- pattern
by
Roger667
in Designing and Running Pipelines
09-29-2023
08:00 AM
09-29-2023
08:00 AM
I Using saleforce read snap to read data and write to s3 in parquet format but getting error due to 'picklist' data type which is not compatible to parquet. How to handle such datat types problem
02-05-2018
02:50 PM
We have a use case to pull all fields from wide objects in Salesforce. I keep running into “field limit” errors: .
Does anyone have any logic or best practice for pulling in all fields from w...
by
Tommy
in Designing and Running Pipelines
03-17-2020
03:40 AM
03-17-2020
03:40 AM
Hello,
Is it possible to pass the “Object Type” into a Salesforce SOQL Snap (or Salesforce lookup or Salesforce Read)
I want to dynamically pull data from multiple salesforce objects and pull t...
- Tags:
- pipeline
- salesforce
by
bill_sturdivant
in Designing and Running Pipelines
09-12-2017
09:16 AM
09-12-2017
09:16 AM
I need to be able to read any object in Salesforce and write it out as a CSV file. To do this I need to be able to flatten the output dynamically.
Sample json:
[{
"Account_Class_vod__c" : "a...