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

fix Xrm.Navigation.openFile has inncorect type for openFileOptions #303

Closed matejskubic closed 6 months ago

matejskubic commented 7 months ago

parameter openFileOptions must have property openMode (and not directly enum value)

docs: https://learn.microsoft.com/en-us/power-apps/developer/model-driven-apps/clientapi/reference/xrm-navigation/openfile

fixes #302