You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/XrmDefinitelyTyped/Resources/xrm.d.ts
+3-12Lines changed: 3 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@
53
53
/**
54
54
* Interface for an entity reference for the Xrm.Page context.
55
55
*/
56
-
interfaceEntityReference<Textendsstring>{
56
+
interfaceEntityReference<Textendsstring|number>{
57
57
id: string;
58
58
entityType: T;
59
59
name?: string|null;
@@ -555,15 +555,6 @@
555
555
UserQuery=4230,
556
556
}
557
557
558
-
/**
559
-
* Interface for a view type reference reference for the view selector
560
-
*/
561
-
interfaceViewReference{
562
-
entityType: ViewTypeNumber;
563
-
id: string;
564
-
name?: string|null;
565
-
}
566
-
567
558
/**
568
559
* Remarks:
569
560
* If the subgrid control is not configured to display the view selector, calling this method on the ViewSelector returned by the GridControl.getViewSelector will throw an error.
@@ -572,7 +563,7 @@
572
563
/**
573
564
* Use this method to get a reference to the current view.
0 commit comments