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
* 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
+
553
567
/**
554
568
* Remarks:
555
569
* 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.
@@ -558,7 +572,7 @@
558
572
/**
559
573
* Use this method to get a reference to the current view.
560
574
*/
561
-
getCurrentView(): Xrm.EntityReference<string>;
575
+
getCurrentView(): Xrm.ViewReference;
562
576
563
577
/**
564
578
* Use this method to determine whether the view selector is visible.
0 commit comments