Skip to main content

Questions tagged [bulkification]

The practice of structuring code to handle processing multiple records in one transaction. It should scale from processing a single record to hundreds (or more).

0 votes
1 answer
124 views

My question is exactly similar to the one here I have a record-triggered flow with async path. I do a Prompt action for case record and receive a JSON string as response. I pass this string response ...
sfdcnewbie's user avatar
0 votes
0 answers
49 views

There is a record-triggered flow that is launched when A records are created. A collection of B records is created in the flow. After that, I will call the invocable apex action in the flow. Inside ...
Pavel Vitaliev's user avatar
1 vote
0 answers
144 views

I'm really new to SalesForce api and processes. My requirement is to update a custom object in SF 'customObject'. The records are logically grouped with a field 'fieldGroup'. After create/update of a ...
Ilias Pap's user avatar
0 votes
1 answer
58 views

I have 2 objects , Account (look up to Acc landing) and Account Landing. Account landing has a field called accountid, which I need to update if the account has a acc landing associated to it. My ...
Elizabeth J's user avatar
2 votes
1 answer
126 views

I'm currently looking at the "Apply Best Practices for Writing Platform Event Triggers" Trailhead where EventBus.TriggerContext.setResumeCheckpoint() is apparently used to set "...
Brian Kessler's user avatar
0 votes
1 answer
104 views

I have an SObject variable in which I'm adding the field api names and the values respectively as it acts as a Map and later adding it to a List<SObject> variable. The below code works as ...
apz's user avatar
  • 493
2 votes
1 answer
870 views

I was wondering if someone here could help me have a bit more clarity over a behavior I'm seeing when executing flows in SF. I need to call a subflow from a record-triggered flow to execute some ...
David de León's user avatar
0 votes
2 answers
69 views

I have been reading a lot of bulkifying code inside of the invocable methods both here at stack exchange and outside. More reading has led to a lot of confusion and still not sure if I have done it ...
sumchans's user avatar
  • 1,031
1 vote
1 answer
551 views

I'm designing a flow to roll up values to a parent record, and although I've reviewed the documentation here on bulkification, there is a piece that I haven't quite figured out. The flow will run upon ...
boop's user avatar
  • 13
0 votes
1 answer
813 views

I'm looping through a list of records, creating content versions, adding to a list of content versions and then inserting the list of content versions. I then need to create a content document link to ...
Joe Hayes's user avatar
  • 372
0 votes
2 answers
103 views

Please correct me if I am wrong. Somewhere I read an article that each account has their own separate transaction. Also, I don't think that customers will be using Developer Console to update or ...
ratRiot01's user avatar
0 votes
1 answer
626 views

I have a flow that only fires once per case record when an email-to-case comes in. It finds the email alias the case came through and assigned some values to the case record. I'm assessing a flow that ...
eHarazi's user avatar
  • 151
-1 votes
1 answer
129 views

I have been acquiring quite a bit of information about how bulkification and batch record processing works in salesforce (bits and pieces - salesforce documentation does not seem exhaustive). While I ...
Luke Sharon's user avatar
3 votes
1 answer
914 views

Here is a fun question I have been puzzling over. So, I have been learning a lot lately about salesforce bulkification and governor limits, specifically as they relate to bulk upload of data into ...
Luke Sharon's user avatar
-1 votes
1 answer
41 views

this is the first time writing the trigger and there are two for loops I am using. where after one for loop again I used the next for loop. so while doing bulkify update is there any error that will ...
Goku. JR .junior's user avatar

15 30 50 per page
1
2 3 4 5
17