E10 script UD fields

Is some way to script the UD fields on a table to another database? I heavily modified a few tables that I would no like to move a production database. I would rather not have go through and re-create each field (and its datatype/datalength) over again.

Use the solution workbench :slight_smile:

1 Like

Jose.

Where in the Solution Workbench is the ability to search on tables that have been extended with UD fields?
There is “UDCodeTypes” and “UDMap”, but that is not what I am looking to do.

If I have a table such as [OrderHed_UD] with [ShortChar01] on it, how do I bring that into the Solution?

It needs to be in sync, then use the zDataTable Element

1 Like

Ok. I see now. Thank you !