dml5055
dml5055

Reputation: 33

Dataverse Table creating multiple columns

Is there a faster way to create dataverse table columns instead of one by one? I have a list of columns that I want to add and know what types I would like to assign to them.

Can I bulk update this easier or do I have to manually create each new column?

I've searched online and tried to find multiple solutions, but was not able to find a satisfactory answer.

Upvotes: 3

Views: 966

Answers (1)

Guido Preite
Guido Preite

Reputation: 15128

To create or update Dataverse columns in bulk you can try with the XrmToolBox tool called Attributes Factory:

https://www.xrmtoolbox.com/plugins/Javista.AttributesFactory/

you can install it directly from the Tool Library inside XrmToolBox

Upvotes: 2

Related Questions