Xrm.Page.ui.process was pointing to Xrm.Page.data.ProcessManager, rather than Xrm.Page.ui.ProcessManager. (#13920)

Also applied #13514 to newest version since it was missed.
This commit is contained in:
Daryl LaBar
2017-01-10 17:30:16 -05:00
committed by Sheetal Nandi
parent 74b47de3cd
commit 4f8ab52a2f

4
xrm/index.d.ts vendored
View File

@@ -449,7 +449,7 @@ declare namespace Xrm
setFormNotification(message: string, level: Page.ui.FormNotificationLevel | string, uniqueId: string ): boolean;
process: Page.data.ProcessManager;
process: Page.ui.ProcessManager;
/**
* A reference to the collection of controls on the form.
@@ -2610,7 +2610,7 @@ declare namespace Xrm
/**
* The identifier of the form to use, when several are available.
*/
formid: string;
formid?: string;
/**
* Controls whether the Navigation bar is displayed on the form.