navigateTo
:Xrm.Navigation.navigateTo({
pageType: "custom",
name: "your_custom_page_name",
parameters: {
varRecordId: accountId // retrieved from the contact form
}
}, {
target: 2, // Dialog
width: { value: 50, unit: "%" },
height: { value: 70, unit: "%" },
position: 1
});
OnStart
property of the Custom Page:
Set(accountId, Param("varRecordId"))
Holly Huffman
103
Muhammad Shahzad Sh...
96
Most Valuable Professional
Gerardo RenterÃa Ga...
51
Most Valuable Professional