
Hi All
I have a powerapp component framework control built and embedded in a form in dynamics CRM
It saved data back to the crm api in the background but I was looking for a way to push back up to the form a "dirty" state until save completed so the user is prompted there are "unsaved changes" in the default way or maybe a custom way.
I cant seem to find any details on how this would be possible, any help would be great
Thanks
Nick
Hi Nick
You can use Form.Unsaved property to get the status of the form and then show a text about unsaved changes.
The solution is described here :
powerusers.microsoft.com/.../178943
Thanks,
Prateek