function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Maverick26Maverick26 

How to process bulkification of records.

Hi Team,

How to process bulkification of records(Eg:- 50,000 at once ) in Integration Procedures (IP) in velocity

I am actually migrrating data from a external system to salesforce, for this I have created a flow in which we are calling Integration Procedures(IP) through APEX action
For this I have to pull let's say 50,000 records at once without hitting Governer Limits I want to know how can we process records in bulk more that 200 records.


Thanks you,
Kiran.


 
SwethaSwetha (Salesforce Developers) 
HI Kiran,
On a general note, you can use PK Chunking mechanism to process large volumes of data

See https://developer.salesforce.com/blogs/engineering/2015/03/use-pk-chunking-extract-large-data-sets-salesforce

Alternately, see https://salesforce.stackexchange.com/a/132520/80089 about retrieving more than 50000 Records in a single query.

https://salesforce.stackexchange.com/questions/171266/process-builder-and-lack-of-bulkification

For inputs specific to Vlocity, you can reach out on  https://trailhead.salesforce.com/trailblazer-community/groups/0F9300000001vqrCAA?tab=discussion&sort=LAST_MODIFIED_DATE_DESC for better visibility.

If this information helps, please mark the answer as best. Thank you