Is there a reason why USD is throwing an error when i close a tab?
<ScriptErrorDetails>
<Message>Unable to get property 'updateParentLookupExtension' of undefined or null reference</Message>
<Line>7</Line>
<URL>/_common/global.ashx?ver=1838800829</URL>
<PageURL>/_forms/read/page.aspx?_CreateFromId=%7bC01BADDB-F499-E511-80D8-001DD8B71C22%7d&_CreateFromType=10043&_searchText=&etc=10117&pagemode=iframe&parentLookupControlId=tsi_onenumberconfigurationid_i&theme=Outlook15White</PageURL>
<Function>anonymousr:Unabletogetproperty'updateParentLookupExtension'ofundefinedornullreference</Function>
<FunctionRaw>TypeError: Unable to get property 'updateParentLookupExtension' of undefined or null reference</FunctionRaw>
<CallStack>
<Function>anonymousr:Unabletogetproperty'updateParentLookupExtension'ofundefinedornullreference</Function>
</CallStack>
</ScriptErrorDetails>That's the error it throws.
What I'm trying to do is create a new Tab when a user clicks '+New' from a lookup form inside USD. In the browser, IE opens up a new window rather than a tab but that's another story. In USD when i reproduce the same thing, make my navigation rule to create a pop up outside of USD, it also works but i can't remove the 'navigation menu'.
I've looked for that property in my JS files but it just doesn't exist. Is there a way around this?