Announcements
Hi everyone 👋 I hope you can help me with my request: Goal
I have a model-driven app and a custom page (“canvas page”). I want users to open/use this page from a form (ideally inline or as a dialog) both when:
Any help and new Ideas are appreciated. Thanks in advance. GP
navigateTo
Xrm.Navigation.navigateTo({ pageType: "custom", name: "<yourCustomPageName>", entityName: "<tableLogicalName>", /* recordId: formContext.data.entity.getId() for existing only */ parameters: { /* pass unsaved field values, e.g., rating: formContext.getAttribute("new_rating").getValue() */ } }, { target: 1 /* full page (mobile friendly) or 2 for dialog */, width:{value:90,unit:"%"}, height:{value:90,unit:"%"} });
recordId
parameters
Param("rating")
App.ActiveScreen.OnVisible
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 530
WarrenBelz 459 Most Valuable Professional
Haque 314