Activity Forums Salesforce® Discussions What is trigger newMap keySet () in Salesforce?

  • Sumit

    Member
    June 5, 2020 at 6:49 am

    newMap = a map of all records in your trigger. The key used in the map is the record ID, and the value is the record itself. More info: http://www.sfdc99.com/2014/01/12/introduction-maps/ . keySet() is a method used on maps that returns all the keys of the map

  • Ayush

    Member
    June 5, 2020 at 11:36 am

    keySet() is a method used on maps that returns all the keys of the map

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos