-
Dependent Picklist Values in Salesforce?
Hi guys,
I have defined a custom picklist field on an object, now I want that the picklist values are dependent on another field of the same object.
For example:
Picklist values: {A,B,C,D,E}
if value of Price field (of type number) is 10 then, the picklist values available should be {A,C,E}
else all of {A,B,C,D,E} should be available.
Thanks in advance
Log In to reply.
Popular Salesforce Blogs
Running Metadata API in Apex as a specific user
Running Metadata API in Apex as a specific user Calling the metadata API in Apex requires admin permission or at least the "Modify All Data"…
Leveraging Salesforce’s Complimentary Data Cloud and Tableau Licenses
In the ever-evolving landscape of business, access to valuable data insights and powerful analytics tools is essential for sustainable growth. Salesforce, a leader in customer…
Popular Salesforce Videos
How To Use Dynamic Prefill Link of Formstack | Learn Salesforce Series by Algoworks
Learn how to use ‘Dynamic Prefill Link’ of Formstack in 4 easy steps! 1. Introduction Short introduction of FormStack and its uses. 2. The need…
Maximizing Salesforce Lightning Experience and Lightning Component Performance
00:04:57 - Agenda 00:06:08 - Difference between Salesforce Classic and Salesforce Lightning 00:17:45 - Demo: Load time comparison between Salesforce Classic and Salesforce Lightning when…
Apex Design Patterns : The Singleton Pattern in Salesforce || #Salesforce #DesignPatterns
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…