Arcadian
(Vilasack Phothisan)
April 19, 2018, 6:40pm
1
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?
Hogardy
(Pierre Hogue)
April 19, 2018, 6:59pm
2
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
Arcadian
(Vilasack Phothisan)
April 19, 2018, 7:10pm
3
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.
tfenwick11
(tyler fenwick)
April 20, 2018, 11:11am
4
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
ckrusen
(Calvin Krusen)
December 21, 2018, 3:59pm
6
I had it show up,
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
1 Like