Data Table in Salesforce Screen Flow Part 1- Salesforce Geek

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ส.ค. 2024
  • In this video, I'm explaining about data table in Salesforce Screen Flow i.e the beta feature of the Salesforce Winter 23 release.
    🧵 Need Help with your Salesforce Flow Scenarios Book a 1:1 call with me 🔗 topmate.io/akashubhambhardwaj...
    🧵 Need Salesforce Carrer Guidance
    🔗 topmate.io/akashubhambhardwaj...
    🧵 Roadmap to Learn Salesforce Admin and Development
    🔗 topmate.io/akashubhambhardwaj...
    🧵 Salesforce Admin mini Project (Only for Beginners) -
    🔗 topmate.io/akashubhambhardwaj...
    🧵Salesforce Apex Development Book: amzn.to/3dHMg98
    🧵For Salesforce Training & Business Enquiry:
    🔗 shubhambhardwajsf@gmail.com
    ✨GEARS I USED FOR MY TH-cam CHANNEL:
    🧵Laptop: 🔗 amzn.to/3HNCelH
    🧵Mic: 🔗 amzn.to/3DXWXlO
    🧵Mobile Tripod: 🔗 amzn.to/2Trcm6A
    🧵Shoot Tripod: 🔗 amzn.to/3opV089
    🧵Mobile: 🔗 amzn.to/3RQzitp
    🧵Camera: 🔗 amzn.to/3ljNKh3
    🧵Video Editor: IMovie
    ✨Connect with me
    🧵Instagram: 🔗 / akashubhambhardwaj
    🧵Twitter: 🔗 / digitalbhardwaj
    🧵Telegram: 🔗 bit.ly/salesforcegeeks
    🧵Website: 🔗 salesforcegeek.in
    🧵LinkedIn: 🔗 / digitalbhardwaj
    🧵Trailhead: 🔗 trailblazer.me/digitalbhardwaj
    ✨Everyone starts from zero, so let me know how can I improve my content.
    ✨All suggestions are appreciated. - 📌 shubhambhardwajsf@gmail.com
    ✨Keep Learning Keep Trailblazing and don't forget to enjoy life.

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

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

    Checkout this Part 2 of Data Table in Salesforce Flow - th-cam.com/video/lYyAUqyL3D4/w-d-xo.html

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

    I started programming about 40 years ago, but am new to Salesforce - your videos are the best I've found so far. tysm! Cheers from Alaska, USA.

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

    Thank you so much! I found this, along with Part-2 as extremely helpful. Although the example wasn't what I wanted to do, the presenter really explains everything so well that I understood the decisions being made at each step. I did need to see both a couple times. But this is a complex concept that has multiple variables that you need to fully understand to develop a solution suitable to your unique needs.

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

    Very helpful, thank you so much for showing and explaining!

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

    great video. thanks for share. Congrat for your channel

  • @DannyRyan-zf7es
    @DannyRyan-zf7es ปีที่แล้ว

    Thanks for these vids!
    I have created a Data Table (beta) but my scenario is different which I am hoping you can help
    I have a custom object in which multiple records are linked to Opportunities.
    i want to be able to assign a new OpportunityID to all selected Rows in the Data Table.
    In my Flow i have a Get Opportunity record for both the Opportunity where these records have a relationship with and also a Get Opportunity record for the Opportunity I want to relate this records to.
    I can't seem to figure out how to assign a new Opportunity ID to the selected rows.

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

    Hi, good overview of the new data table flow input component!
    In a real world scenario for the requirement you've demonstrated (setting the primary contact for an account), I'd recommend to add the following behavior:
    1) default selection of the data table to the current "primary" contact.
    2) ensuring that there is always only 1 primary contact per account (by checking for all other "primary contacts of this account, if any and setting Primary to false for them)
    In part 2 of the video, will you go over a" multi select" example?

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

      Yes pls check part I added that default primary contact

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

    Awesome!!

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

    Thank you. As always I find your explanation simple and concise.
    I do have a question: In this example we are adding a Flow Component to the page, at what point is the Screen Flow execution? Is it excecated every time an Account record page is opened? And if so will that be too much for the system ( I understand that this is just an example, but would like to understand the execution part). Thanks.

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

    Hi Buddy, excellent video. One feedback. Your content is fresh and genuine. You should have a channel logo which do justice to your content originality.

  • @pankajsharma-un5ki
    @pankajsharma-un5ki 7 หลายเดือนก่อน

    Hi,Thanks for the detailed explanation of the Flow component that can be placed on the account page. Not I want to use this component in LWC like :
    How can I pass recordId in this flow using HTML markup while calling flow from LWC?

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

    Thanks core bro👍

  • @kellenkirby5294
    @kellenkirby5294 7 หลายเดือนก่อน

    I have a custom object called Provider.
    When I display a data table for Provider - when I select the fields to display, instead of showing the field values/labels it shows the record id instead.
    Provider Name is a field to display but it does not show the contact name instead it shows the contact's id.
    Practice Name is a field to display but it does not show the account name instead it shows the account id.
    How do I fix this issue?

  • @user-xm3vc6hd3w
    @user-xm3vc6hd3w 8 หลายเดือนก่อน

    Can you make a video for Data fetcher using lookup field?

  • @anithas15
    @anithas15 6 หลายเดือนก่อน

    Set component visibility is not explained in this video. I would like to understand how to set visibility only when the table has data. If there are no records to display, then I dont want to display the table. Any idea? Thanks

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

    Great... I have one scenario like to show the existing selected records as checked in screen in checkbox group... If you have solution plz post a video its help me a lot... Thanks...

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

      Pls check this Part 2 - th-cam.com/video/lYyAUqyL3D4/w-d-xo.html

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

    How can we show Record Name along with the link in Flow data table?

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

    How can i add hyperlink to the record?

  • @akribis-sinergizandoconoci9517
    @akribis-sinergizandoconoci9517 ปีที่แล้ว

    Excellent video, i have problems with a multiple selected list in datatable (beta), i can not filtering a "Get Record" element by items selected in the datatable, can you help me? tahnks

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

      After Diwali I'll create a video on it

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

    🙂 nice video

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

    Hi, do hyperlink doesn't work on the data table? I added leads records on the data table, but I don't see the hyperlink for Lastname or the custom hyperlink formula field.

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

    Hi Shubham
    could you please show how to include pagination in this flow? For example if we have 500 records to show.

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

      This is a standard component and doesn't support pagination you need build your own component or use this unofficialsf.com/datatable-lightning-web-component-for-flow-screens-2/?amp

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

    Can we add New button on the component to create a new record? Like similar we see on related list

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

    In the Data Table beta, is it possible to link each line to its line record? Like an hyperlink.

    • @shaikk195
      @shaikk195 9 หลายเดือนก่อน

      this is what even i needed... did you found any way ?

    • @sumitthakur1336
      @sumitthakur1336 9 หลายเดือนก่อน

      @@shaikk195 did u find an answer ? please tell

    • @shaikk195
      @shaikk195 9 หลายเดือนก่อน

      @@sumitthakur1336 i have done in Aura cmp

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

    Great video. Thank you. Could you add the custom checkbox field in the data table to show who is already the primary contact in your scenario? TIA.

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

    Using this method we can able to build similar like excel sheet in Salesforce. I mean a group of 10 people can add data at a time and able to view everyones data . Is that possible pls tell us ...

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

      Didn’t get your query can uou please elaborate with an example

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

      @@salesforcegeek 1)one excel sheet is given with data where everyone can R,E,A,D access .
      2) same thing i want to build using Salesforce . Is that possible or we can just integrate excel sheet to fetch data .

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

    We couldnt see either flow option and Data table beta either in our org.

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

      You need a pre release org for this or need to wait until these features are generally available.

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

    Hey Shubham, why this data table feature is not available in my dev org?

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

      You need a pre release org for this or need to wait until these features are generally available.

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

    Can we add a datatable to lookup field. ? Can you Please make a video on it or share how can we do that ? Please!!

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

      That I need to check

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

      @@salesforcegeek will you please check and let me know? Please!

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

    How to create new Input custom button in flow
    It is Possible or Not

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

      Yes you need to create a quick action

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

    I tried doing this scenario, but I could not find any data table(beta) in screen flow. Is there any package needed to install it.

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

      You need the pre release org for that

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

      @@salesforcegeek we cannot implement in old version org?

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

      @@sudeepsingh4005 Your currently org needs to be updated to winter 23. The update will be happening in the coming weeks depending on where you're from.

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

      @@webslinger1327 thanks for update

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

    Thanks for this video.
    Does this work only for standard objects or for custom as well?

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

      It will work for the custom object as well.

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

      @salesforcegeek when I am doing get records, what ID id custom object should I use in Field to be mapped to the opportunity ID field ?

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

      @@salesforcegeek Worked. Thank you so much.

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

    Sir, I am mechanical engineer 2012 batch I have worked for 3 years and then I tried for gov job but I didn't get that job, I have career gap for 6 years and if I study Salesforce whether I will get job? Or carrier gap will be a big barrier for me sir, give me some guidance... thank you...

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

      Pls contact jagadeesh

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

      Hi Mannoj,
      Iam also 2012 b.tech passout electrical steam.
      Past 6 months i learned Salesforce admin & development.recently got the job.
      Definitely you will get job ( Don't think career gap, focus on subject).
      All the best...

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

    Hi Shubam how to install DataTableBeta?

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

      You should have the ore release org or wait for the winter 23 updated so that it’s generally available.

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

    What could be the possible reason For not getting the checkbox to pass the records to flow while adding flow to the page?
    And result is true that my flow isn't showing any records in home page.

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

      Reason can be
      1. You didn’t create a variable to store the record
      2. You created the variable but didn’t mark available for input