I have a few questions I’m hoping someone can answer.
I currently have these custom columns on a UD table: OrderHed_UD I would like the UnavailableLine_c to work similar to the OrderLine so when it new line comes in it just creates a sequence 1,2,3,4 of the same fields but their own fields on that specific order.
@aarong
May be you need to create them in the OrderDtl instead of OrderHed.
Once these fields are created, same will be available in the list view of the line.
I just ran into this with an OLD UD table grid in a customization. Meaning the customization was setup in 10.1. Recently upgraded to 10.2.600 and now it doesn’t look like Company is auto set when a new row is created. I had to add setting the Company value in the Event code.
I don’t know if this is a bug or intended design for cross company record ownership control.
It worked fine in 10.1 and then in 10.2.600 this error suddenly started popping up.
Mine seems to work okay. I am not setting Company, Epicor behind the scenes is still setting that for me just fine in 10.2.600.8. I only set Key1 - Key5. With New Button or Enter, Tab - all seems ok on my 2 grids, but then again they are connected to JobMtl, not to a higher parent.
But maybe I did my initial code differently, letting Epicor handle the add new row natively, and notifying the UI (working with the Adapter, not the grid).
UUGH, I hate looking at code I wrote years ago… that’s probably the problem, looks like it’s littered with events. Why did I do it this way? (ironically I was probably in a hurry and not thinking things through, just flipping the puzzle piece around til it fit )
Well I should probably rework this at some point, the way you did it makes much more sense.