Hi ,
i need to create more than 300 attribute in crm(look up , option , date , money ).
instead of creating each attribute from crm side.
i can create an Excel file where i would like to mention each crm attribute [ Eg: Data type , schema name , display name ]
Using a Console Application i can get the excel file and read each excel rows and based on the input i can create a attribute in respective entity .
I know it pretty much simple and straight forward.
can you guide how to achieve this using c#.
Providing sample code . will he really help full.
Thanks.