2

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.

dml5055
  • 23
  • 2

1 Answers1

1

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

Guido Preite
  • 14,905
  • 4
  • 36
  • 65
  • Yes, this looks like the solution I need. However, I am not able to create additional columns as I keep getting an "Object Reference not set to instance" error when the column doesn't exist. Existing columns seem to get updated though. – dml5055 Jan 05 '23 at 22:36
  • There was a bug and it has been corrected – dml5055 Jan 10 '23 at 15:54