At the end of this course can you please make a video on how to add/delete a picklist value using apex.
@salesforcemakessense2 ай бұрын
You need the metadata api in that case, which is not ideal for this requirement as this warrants a deployment t be done. I would suggest adding it the conventional way or making it a unrestricted pick list to add any values from apex or integration systems.
@ddhananjayrao32962 ай бұрын
@@salesforcemakessense thanks Himanshu bro. 👍🏽
@ddhananjayrao32962 ай бұрын
Bro, 1 more help regarding the same, the values added to the unrestricted picklist are inactive instead being active. Can you suggest any better way to deal with this situation?
@salesforcemakessense2 ай бұрын
@@ddhananjayrao3296 ideally you should not even see this on the list. Try a value thats not in the list and try adding that value and see how the behaviour is
@ddhananjayrao32962 ай бұрын
@@salesforcemakessense show inactive in Custom object and not showing in standard object (opportunity)