25 Apply Validation Rule based on Existing Record Data using Record Triggered Flow in Salesforce
Вставка
- Опубліковано 10 лют 2025
- 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: UA-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
Crack your Salesforce certification exams in as little as 2 weeks with saasguru. Enroll for Free Courses @ bit.ly/33jojUq
Thank Sanjay, it gave me an another idea to implement the validation rule. Keep sharing.
Glad to hear that
Video really helped me. Thanks Sanjay!
Thank you so much sir
Thanks for the hard work
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
Thank you so much for a such nice information.
Visit studysalesforce.com as well
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!
is it possible to achive without Actions
Nice Job, Thanks
Thanks for appreciating. Please share this with your friends as well.
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!
What if I don't want to put any validation rule and prevent the duplicate record using Flows only?
For that you can create duplicate rule.
No sir I want to use only Flows. Please tell me is that possible to do so
Sir please reply how I achieve to prevent duplicate account name by only using Flows
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
@@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.