Hi all
I've create my first personal button that run a flow and all is working, but I'm not able to close the form at end .... there is a known way to close the "Active Form"?
I try with all these 3 strings ... not work....
- if (parent.opener != undefined) { window.parent.close(); } else Xrm.Page.ui.close();
- formContext.ui.close();
- Xrm.Page.ui.close();