TR_SOLICITORROLECODE_INSERT_BBNCCODETABLEIDMAP
Definition
Copy
create trigger TR_SOLICITORROLECODE_INSERT_BBNCCODETABLEIDMAP on dbo.SOLICITORROLECODE after insert not for replication as begin insert into dbo.BBNCCODETABLEIDMAP (CODETABLECATALOGID, TABLEENTRYID) select '1946018c-d076-4892-97c1-f9aa546edd58', ID from inserted end