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

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ต.ค. 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: TH-cam 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

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

    Video really helped me. Thanks Sanjay!

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

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

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

    Thank you so much sir

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

    is it possible to achive without Actions

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

  • @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 TH-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:
      th-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 TH-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
      TH-cam link:
      th-cam.com/users/SanjayGupta_TechSchool
      And Website/Blog link:
      www.StudySalesforce.com
      Thanks in Advance!

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