• Jason McCarthy
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hello, 

I have a Trigger and Handler APEX class that creates an ID on a custom field on a custom object in my org that is not firing when you mass update records in a list view. The Class creates a list on all records in the object, using a custom setting i have set both the min and max values and the last assigned value for the records (the last assigned value is updated once the trigger fires for the ID that is created). What code should be added to tell the handler that the updates are coming from the List view, in a batch of records?  Im going to assume a few OR clauses that tell the handler that the updates are coming from the record OR the list view and then a batch sequence. I want to make sure i cover everything in the code so i do not miss a step.

The post will not allow me to post my full code.