web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Getting Unknown error in Webform step with subgrid view

(0) ShareShare
ReportReport
Posted on by 15

I've added a subgrid view as part of a Webform step. On the subgrid step's metadata I add a Create button linked to an EntityForm to insert related records. It worked with no issues but since a day ago i'm getting the following error when the Modal form loads up.

6622.error.png

In the browser console there is a 404 on _portal/modal-form-template. 

As a test I created a stand alone EntityForm and get same 404 in console, but the following error.

0511.error2.png

I'm getting this on the contact-us EntityForm also but not on others.

I only have English on the portal and no changes have been made to the EntityForm, Entity or Permissions since it initially worked

Any ideas?

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    oliver.rodrigues Profile Picture
    4,052 on at
    RE: Getting Unknown error in Webform step with subgrid view

    Ok.. just got this issue solved for me

    You must ensure that the Pages "Page not found" and "Access denied" have all localized content pages

    for some reason, my "Page not found" content web page was inactive.. I just had to re-activate, and it worked

    for me this is clearly a bug, it doesn't make sense for it to try to load the page not found.. as the page does exists

  • oliver.rodrigues Profile Picture
    4,052 on at
    RE: Getting Unknown error in Webform step with subgrid view

    I am facing the same issue, has anyone come to a solution ?

  • Elvis Santos Profile Picture
    on at
    RE: Getting Unknown error in Webform step with subgrid view

    Hello evs.

    I have the same issue.

    Does anyone have a solution?

  • evs Profile Picture
    15 on at
    RE: Getting Unknown error in Webform step with subgrid view

    Just a follow up on this. the stacktrace looks like this. Clearly its an internal issue?

    Server Error in '/' Application.

    Error ID - de90d43b-1ff4-45f2-8de2-32eeb03c8878.  The Webpage you are looking for at /_portal/modal-form-template-path/d78574f9-20c3-4dcc-8d8d-85cf5b7ac141 is not found in the English language. To display Page Not Found page localize it in English language.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Web.HttpException: Error ID - de90d43b-1ff4-45f2-8de2-32eeb03c8878.  The Webpage you are looking for at /_portal/modal-form-template-path/d78574f9-20c3-4dcc-8d8d-85cf5b7ac141 is not found in the English language. To display Page Not Found page localize it in English language.

    Source Error:

    Stack Trace:

    [HttpException (0x80004005): Error ID - de90d43b-1ff4-45f2-8de2-32eeb03c8878.  The Webpage you are looking for at /_portal/modal-form-template-path/d78574f9-20c3-4dcc-8d8d-85cf5b7ac141 is not found in the English language. To display Page Not Found page localize it in English language.]

      Adxstudio.Xrm.Web.ContentMapCrmSiteMapProvider.GetNotFoundNode(ContentMap map, WebsiteNode site, IContentMapEntityUrlProvider urlProvider) in D:\VSO_Agent_007\Work_07\20\s\Framework\Adxstudio.Xrm\Web\ContentMapCrmSiteMapProvider.cs:434

      Adxstudio.Xrm.Web.ContentMapCrmSiteMapProvider.FindSiteMapNode(String rawUrl, ContentMap map, Int32 counter, Boolean excludeFromSecurityValidation) in D:\VSO_Agent_007\Work_07\20\s\Framework\Adxstudio.Xrm\Web\ContentMapCrmSiteMapProvider.cs:161

      Adxstudio.Xrm.Web.<>c__DisplayClass2_0.<FindSiteMapNode>b__1(ContentMap map) in D:\VSO_Agent_007\Work_07\20\s\Framework\Adxstudio.Xrm\Web\ContentMapCrmSiteMapProvider.cs:35

      Adxstudio.Xrm.Cms.<>c__DisplayClass20_0`1.<Using>b__0() in D:\VSO_Agent_007\Work_07\20\s\Framework\Adxstudio.Xrm\Cms\ContentMap.cs:143

      Adxstudio.Xrm.Cms.ContentMap.Using(ContentMapLockType lockType, Action action, String memberName, String sourceFilePath, Int32 sourceLineNumber) in D:\VSO_Agent_007\Work_07\20\s\Framework\Adxstudio.Xrm\Cms\ContentMap.cs:195

      Adxstudio.Xrm.Cms.ContentMap.Using(ContentMapLockType lockType, Func`1 action, String memberName, String sourceFilePath, Int32 sourceLineNumber) in D:\VSO_Agent_007\Work_07\20\s\Framework\Adxstudio.Xrm\Cms\ContentMap.cs:144

      Adxstudio.Xrm.Web.<>c__DisplayClass2_0.<FindSiteMapNode>b__0() in D:\VSO_Agent_007\Work_07\20\s\Framework\Adxstudio.Xrm\Web\ContentMapCrmSiteMapProvider.cs:35

      Adxstudio.Xrm.Web.ContentMapCrmSiteMapProvider.CachePerRequest(String method, String key, Func`1 get) in D:\VSO_Agent_007\Work_07\20\s\Framework\Adxstudio.Xrm\Web\ContentMapCrmSiteMapProvider.cs:606

      Adxstudio.Xrm.Web.ContentMapCrmSiteMapProvider.FindSiteMapNode(String rawUrl) in D:\VSO_Agent_007\Work_07\20\s\Framework\Adxstudio.Xrm\Web\ContentMapCrmSiteMapProvider.cs:35

      System.Web.SiteMapProvider.FindSiteMapNode(HttpContext context) +70

      System.Web.SiteMapProvider.get_CurrentNode() +70

      Adxstudio.Xrm.Web.Mvc.Liquid.SiteMapDrop.<.ctor>b__2_0() in D:\VSO_Agent_007\Work_07\20\s\Framework\Adxstudio.Xrm\Web\Mvc\Liquid\SiteMapDrop.cs:18

      System.Lazy`1.CreateValue() +727

      System.Lazy`1.LazyInitValue() +401

      Adxstudio.Xrm.Web.Mvc.Html.LiquidExtensions.GetLiquidEnvironment(HtmlHelper html) in D:\VSO_Agent_007\Work_07\20\s\Framework\Adxstudio.Xrm\Web\Mvc\Html\LiquidExtensions.cs:181

      Adxstudio.Xrm.Web.Mvc.Html.LiquidExtensions.RenderLiquid(HtmlHelper html, String source, String sourceIdentifier, TextWriter output, IDictionary`2 variables) in D:\VSO_Agent_007\Work_07\20\s\Framework\Adxstudio.Xrm\Web\Mvc\Html\LiquidExtensions.cs:427

      Adxstudio.Xrm.Web.Mvc.Html.LiquidExtensions.Liquid(HtmlHelper html, String source, IDictionary`2 variables) in D:\VSO_Agent_007\Work_07\20\s\Framework\Adxstudio.Xrm\Web\Mvc\Html\LiquidExtensions.cs:355

      ASP.masterpages_default_master.__RenderTitle(HtmlTextWriter __w, Control parameterContainer) +53

      System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +260

      System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +79

      ASP.masterpages_default_master.__Render__control6(HtmlTextWriter __w, Control parameterContainer) +55

      System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +260

      System.Web.UI.HtmlControls.HtmlTitle.Render(HtmlTextWriter writer) +81

      System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +79

      System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +159

      System.Web.UI.HtmlControls.HtmlHead.RenderChildren(HtmlTextWriter writer) +27

      System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +47

      System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +79

      ASP.masterpages_default_master.__Render__control1(HtmlTextWriter __w, Control parameterContainer) +332

      System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +260

      System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +79

      System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +159

      System.Web.UI.Page.Render(HtmlTextWriter writer) +39

  • evs Profile Picture
    15 on at
    RE: Getting Unknown error in Webform step with subgrid view

    I've tried that. I created a complete new web step, re-created both the Entity Form that references a complete new CRM Form. I am still getting the same error loading the modal template:

    _portal/modal-form-template-path/<GUID>?entityformid=<GUID>&languagecode=1033

    I am not sure if its a cache issue but also for some reason I cant delete cache also. I'm logged in as Administrator and /_services/about only shows the basics. Not sure if its related.

  • Suggested answer
    Community Member Profile Picture
    on at
    RE: Getting Unknown error in Webform step with subgrid view

    Have you deleted any of the existing fields in the form? If so restore the fields and try. Hope this helps

  • evs Profile Picture
    15 on at
    RE: Getting Unknown error in Webform step with subgrid view

    hi, the contact-us page is now surfacing correctly but I am still facing the same issue with the subgrid create record form as part of a Webform step.

  • Kumari priyanka Profile Picture
    on at
    RE: Getting Unknown error in Webform step with subgrid view

    Check your Web Page with partial URL "contact-us". Look for any discrepancies or duplicate records.

    Do you see the English Localized Content record in the Web Page?

    0576.Capture.JPG

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
Aric Levin - MVP Profile Picture

Aric Levin - MVP 2 Moderator

#2
MA-04060624-0 Profile Picture

MA-04060624-0 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans