
Hi,
I am trying to run a sync workflow on a custom entity. The trigger is on create. The first step is UPDATE
When I click on SET PROPERTIES to configure form, the form loads and I get the following two errors
Unable to get property 'id' of undefined or null reference
Unable to get property 'className' of undefined or null reference
The form of the custom entity has very few fields
*name
*owner
Status Reason
Sub grid for Access Team
Sub grid for Opportunities (Only related records)
Sub Grid Activities and Notes.
Does anyone know what is causing the errors? Any help will be greatly appreciated.
Microsoft Dynamics CRM Error Report Contents
<CrmScriptErrorReport>
<ReportVersion>1.0</ReportVersion>
<ScriptErrorDetails>
<Message>Unable to get property 'className' of undefined or null reference</Message>
<Line>1</Line>
<URL>/_static/_forms/form.js?ver=905198585</URL>
<PageURL>/SFA/Workflow/entityform.aspx?appSolutionId=%7b80403DBF-B36D-E511-80BB-0050568C196A%7d&entityFullName=xrm_presalesrequest&entityname=xrm_presalesrequest&mode=1&primaryentity=xrm_presalesrequest&stepId=UpdateStep3&workflowId=bc8265a1-b28b-4c59-a450-19e64c32d7bd</PageURL>
<Function>anonymousr:Unabletogetproperty'className'ofundefinedornullreference</Function>
<FunctionRaw>TypeError: Unable to get property 'className' of undefined or null reference</FunctionRaw>
<CallStack>
<Function>anonymousr:Unabletogetproperty'className'ofundefinedornullreference</Function>
</CallStack>
</ScriptErrorDetails>
<ClientInformation>
<BrowserUserAgent>Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 10.0; WOW64; Trident/8.0; .NET4.0C; .NET4.0E; InfoPath.3)</BrowserUserAgent>
<BrowserLanguage>en-US</BrowserLanguage>
<SystemLanguage>en-CA</SystemLanguage>
<UserLanguage>en-CA</UserLanguage>
<ScreenResolution>1366x768</ScreenResolution>
<ClientName>Web</ClientName>
<ClienState>Online</ClienState>
<ClientTime>2015-11-13T09:57:08</ClientTime>
</ClientInformation>
<ServerInformation>
<OrgLanguage>1033</OrgLanguage>
<OrgCulture>4105</OrgCulture>
<UserLanguage>1033</UserLanguage>
<UserCulture>1033</UserCulture>
<OrgID>{4B9BCCEF-5568-E511-80BB-0050568C196A}</OrgID>
<UserID>{C96EAD06-236D-E511-80BB-0050568C196A}</UserID>
<CRMVersion>7.0.0.3543</CRMVersion>
</ServerInformation>
</CrmScriptErrorReport>
Miguel
*This post is locked for comments
I have the same question (0)