Это видео недоступно.
Сожалеем об этом.

How To Make File Upload Mandatory in Salesforce Flow

Поделиться
HTML-код
  • Опубликовано: 7 авг 2024
  • 📌 📌 In this video, I am going to show you how you can make file upload mandatory in Salesforce Flow. By mandatory means, user has to upload something to proceed to the next steps in the flow.
    #salesforce #flow #fileupload #validation #screen #screenflow
    ▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬
    0:01 - Introduction
    0:41 - Build the Flow
    5:52 - Test the Flow
    6:25 - Final Thoughts
    📌 How to display uploaded file names in salesforce flow - • How to display uploade...
    📌 How to Configure Flow Transform Element - • How to Configure Flow ...
    📌 Salesforce Spring 24 Release Playlist - bit.ly/3wyAB9I
    📌 Salesforce Winter 24 Release Playlist - bit.ly/3P0bun0
    📌 Salesforce Summer 23 Release Playlist - bit.ly/3Mw6rbx
    📌 How To Add Named Credentials To Permission Set Using Principals - • How To Add Named Crede...
    📌 Salesforce Flow Playlist - bit.ly/3nIpTnT
    📌 HTTP Post Call From Salesforce Flow - • Salesforce Summer 23 R...
    📌 External Services in Flow - HTTP Callout - • External Services in F...
    📌 Salesforce Release Playlist - bit.ly/3r7F0cn
    ✨ Blog: www.sudipta-deb.in/
    ✨ Subscribe for new videos on technology every week: bit.ly/3vCQKpg
    ✨Connect with me
    📌 Twitter: / thesudiptadeb
    📌 Website: www.sudipta-deb.in/
    📌 LinkedIn: / sudiptadeb
    📌 Facebook: / technicalpotpourri
    Credit: Music I Use under the Mixkit License
    Disclaimer: All opinions are my own and this video content is not endorsed by Salesforce, Google or any other company in any way.

Комментарии • 15

  • @jgoge9920
    @jgoge9920 12 дней назад +1

    It worked perfectly! Thanks!

  • @SubendhuTiwari
    @SubendhuTiwari 2 месяца назад +1

    I love you man, you saved my life by this.. earned a subscriber for lifetime

    • @TechnicalPotpourri
      @TechnicalPotpourri  2 месяца назад

      I am so happy that you liked my video and subscribed to my channel

  • @yarlagaddauma3048
    @yarlagaddauma3048 2 месяца назад +1

    Hey, thanks for the video. I have a question, how can we set component visibility ? Suppose I want to display a text like Uploaded file name only after user uploads it , not before [the text].

  • @guruprasadthande1190
    @guruprasadthande1190 2 месяца назад +1

    Great, thanks, it was really helpful for us

  • @shreyaraut9270
    @shreyaraut9270 2 месяца назад

    Thank you for the video. I have one doubt, can we do a data load for the file. For example, I have an object ABC and override the new button with the flow where file upload is mandatory. Now, Can I do data import for that object? Can I do a data upload with the file? because we don't have any file field on that object also.

    • @TechnicalPotpourri
      @TechnicalPotpourri  2 месяца назад

      File upload and data load are two different things. You can definitely do data load to load ABC object’s record data. You don’t need the file object. Now loading files goes into the storage of your org. And then they are getting associated with the records if needed. I hope it clears your doubts.

  • @awesomekj5812
    @awesomekj5812 4 месяца назад +1

    This is genious ...how did you figured out content ID docs stuff ?

  • @DustyBuell
    @DustyBuell 4 месяца назад +1

    Not quite sure how you were able to get this to work like this. I am attempting to reduplicate using the same formula for validation while incorporating the name of my own text variable FileUploadId and it is not evaluating to False like yours did, thus the error is not being displayed when a user does not attach a file (e.g. IF(LEN({!FileUploadId})>2, TRUE, FALSE)).

    • @DustyBuell
      @DustyBuell 4 месяца назад +1

      Disregard! It works as described. Initially, my formula was referencing the wrong Id variable. As demonstrated in the video, you need to use the component's ContentDocIds whereas I was referencing a manually assigned variable.

    • @TechnicalPotpourri
      @TechnicalPotpourri  4 месяца назад

      Yes! I am happy that it worked for you.

    • @TechnicalPotpourri
      @TechnicalPotpourri  4 месяца назад

      You need to use the ContentDocIds