Lightning Architecture for Beginners

แชร์
ฝัง

ความคิดเห็น • 9

  • @meenakshipochincharla8714
    @meenakshipochincharla8714 4 ปีที่แล้ว

    Can you please provide the links that are mentioned in the video? For the Trailhead and for the blog

  • @arindam-karmakar
    @arindam-karmakar 5 ปีที่แล้ว +1

    I have a question: The Apex controller is returning a List of Contact Object from the query, but how it can be stored in the "cnt" attribute in the component? It's type is just a Contact object not List of Contact. Please explain.

    • @confetti21
      @confetti21 5 ปีที่แล้ว +2

      In this case, we are filtering the soql query by a single contact id, so assuming that id exists in salesforce, the query will return a single contact instead of a list of contacts

    • @Saiunai
      @Saiunai 4 ปีที่แล้ว

      @@confetti21 That is correct.

  • @snehilam8096
    @snehilam8096 4 ปีที่แล้ว

    Can u give some idea about creating a datatable with dynamic values of field label ???

    • @tyrant_hermit
      @tyrant_hermit 4 ปีที่แล้ว

      Like a stock price table that changes prices every five seconds or something, without loading the whole page? Ajax works best. Use inline Ajax.

  • @sunilvarmadatla
    @sunilvarmadatla 6 ปีที่แล้ว

    • @codekiat
      @codekiat 6 ปีที่แล้ว

      You used this

    • @pkg2110
      @pkg2110 6 ปีที่แล้ว

      coz he has use same name again. Better give something else like or soemthing. If you change like this, remember to make follow up controller and helper