TR_DISCOUNTREASONCODE_INSERT_BBNCCODETABLEIDMAP
Definition
Copy
create trigger TR_DISCOUNTREASONCODE_INSERT_BBNCCODETABLEIDMAP on dbo.DISCOUNTREASONCODE after insert not for replication as begin insert into dbo.BBNCCODETABLEIDMAP (CODETABLECATALOGID, TABLEENTRYID) select 'c9cc1be9-a27b-495d-83be-ff81fcf4e792', ID from inserted end