I had changed that however the event handler wasn't being called at all. I found the root cause is that the SalesParmLines records get inserted via a RecordInsertList object (RecordInsertList.InsertDatabase()). Apparently this by passes event handlers on the table methods.
Thanks for the input,
Don