11 Create Contact List through Lightning Data Table in Aura Component | Aura Component Development

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2021
  • studysalesforce.com/ [Find all Salesforce Video links]
    Udemy : Enroll Salesforce Admin Certification Masterclass : kadge.io/admin201
    Udemy : Enroll Salesforce PD1 Certification Masterclass : kadge.io/pd1
    Udemy : Enroll Salesforce Flow Builder Masterclass: kadge.io/flowbuilder
    For Online Individual or Group Training Please Email or Visit below Website.
    Email: sanjaygupta.techschool@gmail.com or
    Visit: studysalesforce.com/
    Connect with Sanjay Gupta:
    Linkedin: / sanjay-gupta-bb2a79bb
    Find Below: TH-cam Playlist Links for Salesforce Videos
    Salesforce Administrator (Lightning Experience) Video Series
    • 01 How to create Devel...
    LWC | Lightning Web Component
    • 01 LWC | Introduction ...
    Salesforce Flow Scenarios
    • 01 Screen Flow Scenari...
    Aura Component Development
    • 01 Introduction to Lig...
    Apex Programming | Apex Test | Async Apex in Salesforce
    • 01 Introduction to Ape...
    Salesforce Interview Preparation Videos
    • What is workflow rule ...
    Flow Builder in Salesforce Lightning Video Series
    • What is Flow Builder i...
    Apex Triggers in Salesforce
    • 01 Introduction to Ape...
    Asynchronous Apex in Salesforce
    • 01 Introduction to Asy...
    Process Builder in Salesforce Lightning Video Series
    • What is process builde...
    Workflow Rule in Salesforce Video Series
    • What is workflow rule ...
    Report & Dashboard in Salesforce Video Series
    • Introduction to Report...
    Data Security in Salesforce Video Series
    • Introduction to Data S...
    Please like and subscribe to support the efforts.
    #Salesforce #lightning #development #flow #admin #salesforceadmin #salesforcetraining #learnsalesforce #interview #salesforcedeveloper #developer #sanjaygupta #sanjayguptatechschool #studysalesforce #apex #trigger #integration #lwc #aura #lightningwebcomponent

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

  • @SanjayGuptaTechSchool
    @SanjayGuptaTechSchool  2 ปีที่แล้ว

    For Online Individual or Group Training Please Email or Visit below Website.
    Email: sanjaygupta.techschool@gmail.com or Visit: studysalesforce.com/
    Connect with Sanjay Gupta on Linkedin: www.linkedin.com/in/sanjay-gupta-bb2a79bb/
    Udemy : Enroll Salesforce Flow Builder Masterclass: kadge.io/flowbuilder
    Udemy : Enroll Salesforce Admin Certification Masterclass : kadge.io/admin201
    Udemy : Enroll Salesforce PD1 Certification Masterclass : kadge.io/pd1
    Please like and subscribe to support the efforts.

  • @aslambagwan6032
    @aslambagwan6032 2 ปีที่แล้ว +1

    Thanks

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

    Hi, I am not able to get related contact list in the data table

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

    Hi Sanjay..jus curious..on view component, even though we have list of contacts , its type is still defined as contact .. technically it should be List right like "type="Contact[]"

  • @ayushsrivastava4860
    @ayushsrivastava4860 2 ปีที่แล้ว

    Hello sir
    I wanna know that how can we open the detail page of a particular contact which is showing in this contact list

  • @shamaanjum2382
    @shamaanjum2382 ปีที่แล้ว

    How to add a scroll bar in an aura component lightning data table when the data in column is too long..
    Or can u suggest how to wrap the text

  • @nothingwrong988
    @nothingwrong988 2 ปีที่แล้ว

    We're not creating Contacts as type List, but as type Contact, and it is fetching multiple contacts successfully. Can you please explain this
    @
    Sanjay Gupta Tech School

  • @ayushsrivastava4860
    @ayushsrivastava4860 2 ปีที่แล้ว

    Hello Sanjay am getting error while am implementing this code on edit page I get an error
    Error in $A.getCallback0 specified layout type not supported or invalid Full

  • @vanitamandala9537
    @vanitamandala9537 10 หลายเดือนก่อน

    How can we set columns dynamically? instead of writing code in js can we do it with apex?

    • @SanjayGuptaTechSchool
      @SanjayGuptaTechSchool  10 หลายเดือนก่อน

      Apex we will be use for soql and dml only rest all business logic you should write in JS

  • @mdabrarhussain9547
    @mdabrarhussain9547 2 ปีที่แล้ว

    everything is fine in the series but what ever element u use in the component pls explain about that, we don't get to know whats is function of this element.

  • @qkatrk
    @qkatrk ปีที่แล้ว

    Hi, I am stuck in a similar project. I have added columns of "Created By"(Createdby.Name) and "CreatedDate"(CreatedDate). The problem is that even though SOQL fetches them perfectly, Created By is not showing on the end product and Created Date is showing as formatted as "11/11/1111T11:11:11.000Z".
    I believe the problems are hidden somewhere in this snippet:
    {label:'Created By', fieldName:'CreatedBy.Name', type:'Text'},
    {label:'Created Date', fieldName:'CreatedDate', type:'Date'}
    Can you help? Thanks in advance

  • @nehajamdade2983
    @nehajamdade2983 2 ปีที่แล้ว

    Can someone tell me how to use two controllers in same component

    • @SanjayGuptaTechSchool
      @SanjayGuptaTechSchool  2 ปีที่แล้ว

      Instead of two controllers you can use helper file with controller. You cAn find a video on that in the playlist.

  • @Praveen_kasimalla
    @Praveen_kasimalla 4 หลายเดือนก่อน

    Why we need force:recordData ? we are passing recordId to controller directly & getting the return Value into Contact & fed to dataTable . So , why we need force:recordData?

    • @madhurakr9170
      @madhurakr9170 หลายเดือนก่อน +1

      hello Praveen , I tried this example today, we need it to get the account name in .... If we remove force:recordData we wont get the account name, you can remove that tag and check please ?

  • @nachiketkakade2676
    @nachiketkakade2676 2 ปีที่แล้ว

    While dragging contactList in Contact list tab... error is detected ...it says Unable to find action 'getContacts' on controller of c:contactList
    Can you please help me out ?

    • @SanjayGuptaTechSchool
      @SanjayGuptaTechSchool  2 ปีที่แล้ว

      There is some mistake while calling apex method in aura

    • @nachiketkakade2676
      @nachiketkakade2676 2 ปีที่แล้ว

      @@SanjayGuptaTechSchool I used same get method in controller file to call apex class method.

    • @shaunakbhangre1612
      @shaunakbhangre1612 2 ปีที่แล้ว

      yes im getting the same mistake. @Sanjay can you pls show how to fix the error?

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

      I got the solution. In ContactList.cmp (the component) add controller="ContactController"..since the apex class class was not being mentioned in the aura component, getContact method wasnt working..

  • @anandpaul9067
    @anandpaul9067 ปีที่แล้ว

    not fetching get contact

  • @piyushlakhani2026
    @piyushlakhani2026 2 ปีที่แล้ว

    Hello Sir, I am really enjoying this series, but I am getting errors in this, It looks like I am not able to get details from record details pages:
    this is how my force recorddata looks like
    my lightning card