delegateas / XrmDefinitelyTyped

Tool to generate TypeScript declaration files for Dynamics 365/CDS client-side coding.
http://delegateas.github.io/Delegate.XrmDefinitelyTyped/
MIT License
133 stars 53 forks source link

Correction on quickForms typing #285

Closed ghost closed 12 months ago

ghost commented 1 year 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);