-
Time based Validation Rules
My simple Validation Rule Issue is described below. Please help.
1. If user created a transaction between 7:00 AM to 5:00 PM
user should not allowed to enter the passcode.
2. If user created a transaction between 5:00 PM to 7:00 AM then created validation rule is activated and user will be allowed to enter the passcode.
Log In to reply.
Popular Salesforce Blogs
Object Level Security in Salesforce | The Salesforce Security Guide
To give a security model that fulfills various, one of a kind genuine business cases, Salesforce gives a thorough and adaptable information security model to…
Top 10 Salesforce Spring ’19 Release Features
The Salesforce Spring ’19 Release is here, and you’ll now be able to explore the exciting new features and upgrades of the newest release.…
Salesforce Managed Services: Significance and Important Considerations
Salesforce managed services refer to the team of specialists that are dedicated to providing personalized help depending on the special needs of an organization. Salesforce-managed…
Popular Salesforce Videos
Introduction to Programming | Live Salesforce Development
Learn Salesforce development from start to finish for free. Want to take your Salesforce Knowledge to the next level? Want to learn advanced Salesforce admin,…
Dynamic Forms | Lightning Record Page | Salesforce
In Summer 20, Dynamic Forms adds the Field Section and Field components to App Builder, so admins can use App Builder to create their page…
Apex Design Patterns: The Singleton Pattern in Salesforce
The Singleton Pattern One Private variable of the class itself will hold the instance of the complete class so that we can access all the…