Update picklist value and add it in record type using apex
Legacy Approach Previously, I used to use Apex Metadata Service (https://andyinthecloud.com/2013/10/27/introduction-to-calling-the-metadata-api-from-apex/); but it requires to import all code for even a small requirement. After, release of Tooling API, I find it lifesaver for such implementation. Below given approach is with… Read More »Update picklist value and add it in record type using apex