Activity Forums Salesforce® Discussions What do you mean by the bulkifying trigger in Salesforce Apex?

  • Marziya

    Member
    February 11, 2020 at 1:52 pm

    Hii Arun,

    The term bulkifying Apex code refers to the concept of making sure the code properly handles more than one record at a time. When a batch of records initiateApex, a single instance of that Apex code is executed, but it needs to handle all of the records in that given batch.

  • Ratnesh

    Member
    February 11, 2020 at 2:17 pm

    To bulkify your code means to combine repetitive tasks in Apex! It’s the only way to get around Governor Limits.

    why you need to bulkify:-

    • Up to 200 records can enter your trigger at once!
    • Triggers are on the same shared Governor Limit!
    • You will be tested on bulkification during your job interviews

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos