Maps In Apex | Premium Salesforce Development Tutorial 2024

Поділитися
Вставка
  • Опубліковано 6 жов 2024
  • In this informative video we will be understanding Maps in Apex, We will start with the basics and cover everything you need to know about Maps in Apex. You will learn about its syntax and various methods available in Maps, as well as how to use Maps effectively in your Apex code.
    Questions Covered in the Video:-
    What is a Map in Apex Salesforce?
    How do I create a Map in Apex Salesforce?
    How to Initialize Map in Apex?
    What are the benefits of using Maps in Apex Salesforce?
    How do I access a value in a Map in Apex Salesforce?
    What is the difference between a Map and a List in Apex Salesforce?
    What is the syntax for using Maps in Apex Salesforce?
    How do I add elements in a Map in Apex Salesforce?
    This video is part of our comprehensive Salesforce Developer course, where you can learn everything about Apex and Salesforce programming.
    For more detailed information, you can check out our website :
    s2-labs.com/fr...
    Checkout proper notes and resources from here:
    s2-labs.com/sa...
    STALK SHREY ON:
    Instagram: / imshreyshar. .
    Facebook: / salesforcehu. .
    Twitter: / iamshreysharma​
    LinkedIn: / imshreysh. .
    And for getting more Updated on Salesforce Follow:
    Facebook: / s2labs.shrey
    Linkedin: / 1373. .
    twitter: / s2_labs
    Instagram: / s2_labs
    #salesforce #maps #mapsinapex #salesforcetutorial #salesforcetrailhead #salesforceapex #salesforceadmin #salesforcedeveloper #salesforcedevelopment #shreysharma #salesforcehulk #salesforceknowledge

КОМЕНТАРІ • 10

  • @familganiyev4929
    @familganiyev4929 8 місяців тому

    i respect this guy he knows how explain subject to make clear understand .helpful and thanks

    • @SalesforceHulk
      @SalesforceHulk  8 місяців тому

      Thank you so much for your kind words! We're thrilled to hear that you found the explanation helpful.

  • @mayu.m707
    @mayu.m707 4 місяці тому

    easy to understand...
    thank you!!

  • @trippy_angel08
    @trippy_angel08 Рік тому +1

    Useful content..

  • @anandgupta7952
    @anandgupta7952 Рік тому

    Please arrange video in structured method. Methods in map is 14th video n what is map n all is 19th video

  • @gopinathvs5169
    @gopinathvs5169 Рік тому

    Can one key have multiple different datatype values in it? Like name='Jon' age='34' hight='1.92m'.

    • @SalesforceHulk
      @SalesforceHulk  Рік тому +2

      No, whatever datatype you have defined at the time of the map declaration you need to put that only as a value

    • @gopinathvs5169
      @gopinathvs5169 Рік тому +1

      @@SalesforceHulk also can a key have null value?