When you navigate the home page or area pages in Microsoft Dynamics GP 2013, you may receive the following error:
Value cannot be null.
Parameter name: titleValue
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
View products that this article applies to.
Delete SY07140 where CMDDICTID = 1
/*Microsoft Dynamics GP 2013 Trigger - CR10167*/
if exists (select * from sysobjects where id = object_id('dbo.SY07140InsertTrigger') and sysstat & 0xf = 8)
drop trigger dbo.SY07140InsertTrigger
GO
create trigger dbo.SY07140InsertTrigger
on SY07140
for insert
as
begin
Delete SY07140 where CMDDICTID = 1
end
Keywords: kbmbspartner, kbmbsmigrate, kbsurveynew, kb