Try to use following code:
var pageInput = {
pageType: "entityrecord",
entityName: "abc_resourcerequest",
data: {
abc_project: "11111111-1111-1111-1111-111111111111"
}
};
var navigationOptions = {
target: 2,
width: { value: 50, unit: "%" },
position: 1
};
console.log(pageInput);
Xrm.Navigation.navigateTo(pageInput, navigationOptions).then(
function success() {},
function error() {});
Hi
I would recommend to take a look to this two articles.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156