How to update a extended user defined table using a BAQ? If I create a regular BAQ, I cannot see the user defined table. If I create a external BAQ, I do see the table but I don;t seem to be able to get the update working: I don;t see the Business Object that would allow me to update the extended user defined table.
You may need to close and reopen Epicor to get it to show up. Not sure on that though.
Also, I’m assuming you know that the added fields show up on the table you added it to. It’s part of the epimagic. You treat it like it’s actually on the parent table.
Actually, what is interesting is that if I bring OrderHed to a BAQ, I see my UD field but if I bring the same table to a External BAQ, I do not see the UD field…
External BAQ isn’t looking at your data model. You are looking at the ERP.OrderHed table if you change your schema to dbo.OrderHed the us field will show in the external baq.
By the way Checkout the Ice and Customization guides available online as well as the online help most of these questions and many many more are covered there.