Hello All,
We need to change the form notification of the status that we can see after closing the opportunity?
Is it possible?
Any help would much be appreciated.
Hello All,
We need to change the form notification of the status that we can see after closing the opportunity?
Is it possible?
Any help would much be appreciated.
Hi,
This notification is added by the system JS, so it is difficult to know where to modify it.
But the official also provides the corresponding API to add some notification:
setFormNotification (Client API reference) in model-driven apps - Power Apps | Microsoft Docs
You can refer to my code:
function notify(executionContext){ var formContext = executionContext.getFormContext(); formContext.ui.setFormNotification("This is a error", "ERROR", "aaa"); }
You can see the notification like this:
If this helped you, I'd appreciate it if you'd mark this as a Verified Answer, which may in turn help others as well.
Best Regards,
Frank Gong
André Arnaud de Cal...
293,025
Super User 2025 Season 1
Martin Dráb
231,837
Most Valuable Professional
nmaenpaa
101,156
Moderator