Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@SanfordWhiteman by query I mean the REST API call. Any idea why does the export file include all the fields when the request only asks for two{ "format": "CSV", "filter": { "createdAt": { "startAt": "2020-06-07T23:59:59-00:00", "endAt": "2020-06-10T23:59:59-00:00" ...
@Arun_Sharma9 Thanks for the reply. Lead changes can work but we need the changes for 20k lead ids so we will have to write a script and be cognizat of the API call limits. On the other hand, since we only need the changes I can limit the bulk export fields to “fields”: [“leadId”, “attributes”] and...
I would like to export data value changes for a field. How do I specify the field in the Bulk Activity Extract?
So we are setting the record type ID before syncing but the lead in Salesforce does not have the desired record type. What do we need to force the lead to create the lead with appropriate record type id? cc Allison Wallace