DMT and UD Column Maintenace

In the current version of Kinetic I don’t get the paste new/update in the grid for UD Column maintenance. Since I have 60 fields to add I really don’t want to hand enter each of them. So I looked to DMT, I used the template builder for Extended UD Fields and any of the optional fields DMT will say are invalid. For example FieldScale which sets the number of decimal places DMT says is invalid. DMT will ONLY process the required fields. This works sort of fine for text fields but you do need to go back and change the format. But for decimal fields DMT rejects that row because you don’t have a value for the number of decimals. So catch 22, can’t have the Field column that says how many decimals but can’t enter the record because you don’t have the number of decimals.

Anyone successfully use DMT to create User Defined Fields?

Can you show template you’re using for DMT?

Template-001.xlsx (12.1 KB)

This template will fail since it has FieldScale which is the name of the field the template builder inserted. DMT will not even attempt to process it so the column in my example having no value isn’t an issue.

If I remove the FieldScale column DMT will process file but the underlying BO will reject it because there is no value for FieldScale for decimal. If this was text field it would process and insert it without complaint.

updated with correct sheet

image

I was able to create fields using this:
image

Why are you using ZDataField#FieldScale if you don’t mind me asking?

that was an attempt to see if I could get DMT to ignore things and I uploaded the wrong example. I updated my post with an updated screenshot and spreadsheet.

I just retried again adding in FieldScale and DMT rejected it.

What is the module you using for it?
I used this and no issues.
image

same one. I am on Kinetic 2024.2.4

I looked at my last load of UD fields and I used DataType and FieldFormat, but did not use FieldScale and it was calculated somehow.