DataView not populated when adapter.AfterAdapter method GetByID triggers

Folks,

I’m working on a customization in Sales Order Entry and would like to populate some fields in the ContextBpmData table from OrderHed when a record loads into the OrderHed dataset. I just discovered that the dataset is not populated when the ordAdapter.AfterAdapter method GetByID fires. Is there another trigger that I can use to grab the data just after the dataset is populated? Thanks.

bb

Bryan - Try looking at the related EpiViewNotification event instead. I have used that successfully trapping the values I was after there. Gets a bit tricky as the event can potentially trigger more than once.

Ed, that’s what I ended up doing, forgot to update this thread. Thanks.