The application which this project type is based on was not found. Please try this link for further information: http://go.microsoft.com/fwlink/?LinkID=299083&projecttype=089D5B2A-9C2F-4B6D-9F7B-CFD25BB0B7F4 |
Xrm.Navigation.openAlertDialog({ confirmButtonLabel: "Ok", text: "message" }).then(
function success(result) {
console.log("Alert dialog closed");
},
function (error) {
console.log(error.message);
}
);
// new code working