A quick background on what I'm trying to do. In OE Entry if an item is not in the price list "A" then use price list "B" for that item. Which is easy enough to do. My issue is I keep getting a warning saying the price list record doesn't exist.
This error occurs on the OnRecordChanging Event and I have to make the change on the OnRecordChanged event. So no getting around the warning message that way. I've tried using AccpacOE1100UICtrl1.UISession.Errors.Clear before the message occurs with no luck. I've also tried trapping the message with no luck. Seeing it's a warning and not an error is it possible to trap it? I would like to suppress this message totally.
Thanks in advance
Accpac 5.5 500