TR_NAMINGOPPORTUNITYUNITCODE_INSERT_BBNCCODETABLEIDMAP
Definition
Copy
create trigger TR_NAMINGOPPORTUNITYUNITCODE_INSERT_BBNCCODETABLEIDMAP on dbo.NAMINGOPPORTUNITYUNITCODE after insert not for replication as begin insert into dbo.BBNCCODETABLEIDMAP (CODETABLECATALOGID, TABLEENTRYID) select 'd00afe48-fbbe-4de7-a891-42659d41303f', ID from inserted end