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

Поділитися
Вставка
  • Опубліковано 4 жов 2024

КОМЕНТАРІ • 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 2 роки тому +1

    Video really helped me. Thanks Sanjay!

  • @Kings238
    @Kings238 Рік тому +1

    Thank you so much sir

  • @yogendrasingh8620
    @yogendrasingh8620 3 роки тому +1

    Thanks for the hard work

  • @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

  • @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 UA-cam 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:
      ua-cam.com/users/SanjayGupta_TechSchool
      And website link:
      www.StudySalesforce.com
      Thanks in Advance!

  • @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 UA-cam 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
      UA-cam link:
      ua-cam.com/users/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.