Guid should contain 32 digits

If I attempt to open Issue Mis. Material using the open with command, I get the following error:


Exception caught in: mscorlib

Error Detail 
============
Message: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
Program: CommonLanguageRuntimeLibrary
Method: TryParseGuidWithNoStyle

Client Stack Trace 
==================
   at System.Guid.TryParseGuidWithNoStyle(String guidString, GuidResult& result)
   at System.Guid.TryParseGuid(String g, GuidStyles flags, GuidResult& result)
   at System.Guid.Parse(String input)
   at Erp.UI.App.IssueMiscEntry.IssueMiscForm.OnFormLoaded()
   at Ice.Lib.Framework.EpiBaseForm.formLoaded()```

I do not get this error if I just open it directly. Hitting OK gets through and opens the form, but it then doesn’t carry over the part number. There’s no customization or personalization running on the Issue Misc. Material form so not sure where to go from here if anyone has any ideas.