Hi All,
I am trying to open a Canvas app from Model Driven Application. Here is the code but its not working correctly. I am getting error saying Page Not Found in the Pop up.
Xrm.Navigation.navigateTo({pageType:"custom",name:"cr5ac_applyleave_a98fc"},{target: 2, position: 1, width: {value: 50, unit:"%"}});
Please let me know what mistake I am doing.