function onload(executionContext) {
var formContext = executionContext.getFormContext();
// Register event handler on Process Stage Change
formContext.data.process.addOnStageChange(onStageChange);
}
function onStageChange(executionContext) {
// Show notification
Xrm.Navigation.openAlertDialog({ text: "You need save current opportunity before moving stage " });
}
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... 290,252 Super User 2024 Season 2
Martin Dráb 228,089 Super User 2024 Season 2
nmaenpaa 101,148