Announcements
No record found.
Hello,
I would like to create a customized view and link a button directly to a specific page that I’ve created. I don’t want to create a separate view and use JavaScript code to navigate to the page using a quick create form. Instead, I want the page to behave like the “Planning” page shown in the image below.
How can I achieve this?
Thank you!
CustomPlanningPage
Command
javascript CopyEdit
function openCustomPage() {
() {
Xrm.Navigation.navigateTo({
.
({
pageType: "custom",
:
,
name: "your_custom_page_name", // use the unique name of your custom page
navigationType: 2, // Modal
target: 2, // Dialog
}, {
target: 2,
position: 1,
width: {value: 800, unit: "px"},
: {
},
height: {value: 600, unit: "px"},
title: "Custom Planning Page"
});
}
entityId
extraParameters
navigateTo
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 Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
ManoVerse 184 Super User 2026 Season 1
11manish 125
CU11031447-0 100