Epicor 10.2 - Classic View
I’ve got an application set up using the UD102 and UD102A tables. On the UD102A child table, I have three different record types using ChildKey1 as the record type, and the data is quite different depending on the record type.
So, in the customized UD102Entry UI program, I’ve got tabs for the header (UD102) table with my custom fields, then 3 tabs for each of the record types. On those custom tabs, I have an epiUltraGrid with a binding to UD102A. However, I’m seeing ALL the UD102A child rows on each of the tabs.
What I’d really like to do is to be able to filter the epiDataView for UD102A, so those with ChildKey1=“TYPE1” are the only rows that show up on my first “child” grid, ChildKey1=“TYPE2” are the only rows that show up on my second "child grid, and ChildKey1=“TYPE3” are the only rows that show up on my third “child” grid. I’m doing editing in the grid views of child data, so I’d really like them in a grid.
Anyone have any ideas?
Thanks!