Cannot Create New UD Column Unable to Find ZDataField

I’m working on adding a new UD table and column and am suddenly getting this error. I’ve added several UD tables before with no issues. Now I can create a UD table using UD Column Maintenance but when I try to create a new UD column i get this error: Anyone else ever see this?

Business Layer Exception

Unable to find ZDataField.

Exception caught in: Epicor.ServiceModel

Error Detail

Correlation ID: 0fbfa6eb-7938-460c-9fba-5f6f50669c7a
Description: Unable to find ZDataField.
Program: Epicor.Ice.dll
Method: GetDefaultColumnScale
Line Number: 200
Column Number: 17

Client Stack Trace

at Epicor.ServiceModel.Channels.ImplBase1.ShouldRethrowNonRetryableException(Exception ex, DataSet[] dataSets) at Ice.Proxy.BO.ZDataTableImpl.Update(ZDataTableDataSet ds) at Ice.Adapters.ZDataTableAdapter.OnUpdate() at Ice.Lib.Framework.EpiBaseAdapter.Update() at Ice.UI.App.UDTable.Transaction.adapterUpdate() at Ice.Lib.Framework.EpiMultiViewTransaction.Update(IEnumerable1 dataSets)

Which Epicor Version are you on?
What other field names does the table contain?

Looks like scale is missing on one of them.

10.2.600 Sorry, I figured out the issue. My number of decimals for my UD column didn’t match my Like field. Once I corrected that the error went away and I was able to save my work.

1 Like