-
How to use OR Condition in Salesforce Formula Field?
How to use OR Condition in Formula Field i.e If((Used__c < Purchased__c) OR (Purchased__c = 0),FALSE,TRUE) is not working here ?
Log In to reply.
Popular Salesforce Blogs
An Introduction to Salesforce Force.com Migration Tool (ANT)
Let’s understand Metadata as: Data which give information about other Data. Metadata sums up essential data about information, making discovering, and working with specific examples…
How to use apex:actionFunction and apex:actionStatus in Salesforce Visualforce Page?
How to use apex:actionFunction and apex:actionStatus in visualforce page ? apex:actionFunction - It provides support for calling an apex method from JavaScript code using an…
Close Case Button in Lightning Experience - Workaround
If you have Used Cases in Salesforce, I am sure you’re aware of the Closed Case layout. This is great, it lets you require the…
Popular Salesforce Videos
A Must-Have for Admins: Salesforce Profiles, Permission Sets, and Roles Explained
Keeping your data safe and organized is a must-have. Luckily, Salesforce provides all the tools to help administrators control who can see and do what.…
A Closer Look at Revenue Cloud | Salesforce
Watch this demo to learn how Revenue Cloud can help you take control of revenue growth across every channel including direct sales, partners, and digital…
How to Download Backup Files from Salesforce Using UIPath Robots
How to download backup files from Salesforce using UiPath robots. How to get the latest file from the folder: Directory.GetFiles(“YOUR FOLDER”).OrderByDescending(Function(d) New FileInfo(d).CreationTime).First The link…