function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Greg FinzerGreg Finzer 

How to rapidly create custom object fields in Salesforce?

I have an existing Salesforce custom object that I need to add 200 custom fields to.  The list of Field Label and Field Names are in a CSV file.  Is it possible to import and create the custom fields?  They will all be date fields.  I am a .NET developer.  I have not been able to find anything how to dynamically add a custom field to an object using the tooling API with C#.
Best Answer chosen by Greg Finzer
Deepak Singh 116Deepak Singh 116
Hi,
You can use BOFC which is paid and free version both available .Free versions have some restrictions.

You can use field creater of heruko https://fieldcreator.herokuapp.com .its very easy to create large no. of fields using this portal.