Closed ghost closed 12 months ago
According to Xrm documentation, and the comment above quickForms, quickForms is a collection and should be typed as such.
Example:
formContext.ui.quickForms.get(0)?.setVisible(false);
According to Xrm documentation, and the comment above quickForms, quickForms is a collection and should be typed as such.
Example:
formContext.ui.quickForms.get(0)?.setVisible(false);