mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
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:
committed by
Sheetal Nandi
parent
74b47de3cd
commit
4f8ab52a2f
4
xrm/index.d.ts
vendored
4
xrm/index.d.ts
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user