25 Apply Validation Rule based on Existing Record Data using Record Triggered Flow in Salesforce

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • studysalesforce... [Find all Salesforce Video links]
    Udemy : Enroll Salesforce Admin Certification Masterclass : kadge.io/admin201
    Udemy : Enroll Salesforce PD1 Certification Masterclass : kadge.io/pd1
    Crack your Salesforce certification exams in as little as 2 weeks with saasguru. Enroll for Free Courses @ bit.ly/33jojUq
    Find Below: RUclips Playlist Links for Salesforce Videos
    Salesforce Administrator (Lightning Experience) Video Series
    • 01 How to create Devel...
    Aura Component Development
    • 01 Introduction to Lig...
    Apex in Salesforce
    • 01 Introduction to Ape...
    Flow Builder in Salesforce Lightning Video Series
    • What is Flow Builder i...
    Apex Triggers in Salesforce
    • 01 Introduction to Ape...
    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...
    #Salesforce #Lightning #SalesforceTraining

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

  • @SanjayGuptaTechSchool
    @SanjayGuptaTechSchool  2 года назад

    Crack your Salesforce certification exams in as little as 2 weeks with saasguru. Enroll for Free Courses @ bit.ly/33jojUq

  • @NareshSikhwal
    @NareshSikhwal Год назад +1

    Thank Sanjay, it gave me an another idea to implement the validation rule. Keep sharing.

  • @maheshd6291
    @maheshd6291 Год назад +1

    Video really helped me. Thanks Sanjay!

  • @Kings238
    @Kings238 Год назад +1

    Thank you so much sir

  • @yogendrasingh8620
    @yogendrasingh8620 3 года назад +1

    Thanks for the hard work

  • @rajeevbdl
    @rajeevbdl 4 года назад +1

    Thank you so much for a such nice information.

    • @SanjayGuptaTechSchool
      @SanjayGuptaTechSchool  4 года назад

      Visit studysalesforce.com as well

    • @SanjayGuptaTechSchool
      @SanjayGuptaTechSchool  3 года назад

      Hi
      To become Salesforce MVP nominations are open. Could you please nominate me if my RUclips Videos helped you in Salesforce journey.
      Here is the link to fill nominations:
      nominations.salesforcemvps.com/s/
      My Details are:
      Twitter - @techSanjayGupta
      Trailhead: trailblazer.me/id?uid=sgupta2203&cmty=trailhead
      LinkedIn - www.linkedin.com/in/sanjay-gupta-bb2a79bb
      youtube link:
      ruclips.net/user/SanjayGupta_TechSchool
      And website link:
      www.StudySalesforce.com
      Thanks in Advance!

  • @sriharigk2561
    @sriharigk2561 3 года назад

    Nice information,
    But how to do if we want to throw validation only when 2 fields of one record is same with other record?? what changes should we make in flows for this condition

  • @yingzhao57
    @yingzhao57 3 года назад +1

    Nice Job, Thanks

    • @SanjayGuptaTechSchool
      @SanjayGuptaTechSchool  3 года назад

      Thanks for appreciating. Please share this with your friends as well.

    • @SanjayGuptaTechSchool
      @SanjayGuptaTechSchool  2 года назад

      Hi
      To become Salesforce MVP nominations are open. Could you please nominate me if my RUclips Videos helped you in Salesforce journey?
      Here is the link to fill nominations:
      nominations.salesforcemvps.com/s/
      My Details are:
      Twitter username - @techSanjayGupta
      trailblazer.me profile link:
      trailblazer.me/id?uid=sgupta2203&cmty=trailhead
      LinkedIn Profile Link-
      www.linkedin.com/in/sanjay-gupta-bb2a79bb
      RUclips link:
      ruclips.net/user/SanjayGupta_TechSchool
      And Website/Blog link:
      www.StudySalesforce.com
      Thanks in Advance!

  • @doguparthisrinuswaru6418
    @doguparthisrinuswaru6418 2 года назад

    is it possible to achive without Actions

  • @technoshri18
    @technoshri18 2 года назад

    What if I don't want to put any validation rule and prevent the duplicate record using Flows only?

    • @SanjayGuptaTechSchool
      @SanjayGuptaTechSchool  2 года назад

      For that you can create duplicate rule.

    • @technoshri18
      @technoshri18 2 года назад

      No sir I want to use only Flows. Please tell me is that possible to do so

    • @technoshri18
      @technoshri18 2 года назад

      Sir please reply how I achieve to prevent duplicate account name by only using Flows

    • @technoshri18
      @technoshri18 2 года назад

      I have created the Flow which get the record based on account name and then I've checked whether the account name is already exist or not but now I want If the account name is exist then I've to show the message to the user that This account name already exist. And this whole thing has to do using Flows

    • @surendradeve9014
      @surendradeve9014 2 года назад

      @@technoshri18 You can put a decision element there to check the list is null. If it is null create a record, if not null show a screen with duplicate error message.