UD Field not showing up in Data Directive field listing

I created 2 UD fields to CustXPrt. I regenerated the data model and restarted the app pool. I have done this many of times.

When I try to use the two UD fields in a data directive, it does not show up in the list to choose from. I do see other UD fields in the list.

What can I check or what am I doing wrong?

I had similar issue, had to close Epicor and log back in…

As well check the status of the table in the utility are both boxes green? ( I did before the full process to find out I forgot to update the DB… )

Besides that I cannot see what can be wrong…

Pierre

Yea. I have closed out and logged back in several times. Both sync boxes are green. I can see it in form customization and other places. Just not in the Field listing dialog in the condition builder.

May be similar to one of my old posts:

Hi Vilasack, i am having the same issue, did you ever got this resolved and how?

Thanks
Jose

I had it show up,

image

but I couldn’t reference it by using

ttOrderHedRow.BidMargin_c

I had to use the following code in expressions.

ttOrderHedRow.UDField<System.Decimal>("BidMargin_c")

EDIT: I’m on version 10.1.400.23

Thank you Calvin!!