Hi all
I've a button that run a flow that is working well.
In XrmToolBox I've inserted this code on "Start Confirmation Text" , but the 3 scripts are not working ... where I'm mistaken?
thanks for any suggestion or idea.
Hi all
I've a button that run a flow that is working well.
In XrmToolBox I've inserted this code on "Start Confirmation Text" , but the 3 scripts are not working ... where I'm mistaken?
thanks for any suggestion or idea.
solved with this code:
Xrm.Navigation.openAlertDialog({ text: "Lead creato; attendere qualche secondo per aggiornamento dati." }).then(function () {
Xrm.Page.data.save().then(function () {
Xrm.Page.ui.close();
});
setTimeout(function () {
Xrm.Page.data.refresh(true);
}, 3000);
});
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,214 Most Valuable Professional
nmaenpaa 101,156