Apex Code to Create Custom Field Programmatically

DESCRIPTION It’s very typical to get such a scenario when we need to create custom field programmatically. Previously, we used to use Metadata API for the same which was very costly. But now, Tooling API provides an efficient way to achieve it. I’ve prototyped in below class. You can create custom fields as given below. …

Apex Code to Create Custom Field Programmatically Read More »