- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2025 07:17 AM
I have a requirement where I have to create Engagements for all the Companies(core_company) which has an associated supplier in Supplier (sn_fin_supplier) table.
Note: There are close to 2 lacs records in Supplier table. I could not create any custom field on Company table.
How can I make sure Engagements get created for all the companies either in batch or one go considering performance?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2025 12:21 AM
I have implemented a fixed script that runs in the background during off hours, and it effectively handles the task.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2025 09:00 AM
Hi @sb458
Could you do this using Flow Designer?
Trigger - Run Once
Then do a look up Companies with supplier, and for each Create Record - record type Engagement?
You would need to increase the number of times to execute to match the size required.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2025 03:29 AM
Can you elaborate more on " Increase the number of times to execute to match the size required."?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2025 03:37 AM
Hi @sb458,
In your Look up records step there is a Max results option:
Update here to ensure that you capture all of the records needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2025 05:04 AM
Use scheduled script or Flow Designer with batch processing and pagination to handle large data safely.