XrmDefinitelyTyped icon indicating copy to clipboard operation
XrmDefinitelyTyped copied to clipboard

Tool to generate TypeScript declaration files for Dynamics 365/CDS client-side coding.

Results 75 XrmDefinitelyTyped issues
Sort by recently updated
recently updated
newest added

**Describe the bug** In XrmQuery we translate Date values to the expected Filter string by checking `if (v instanceof Date) return encodeSpecialCharacters(v.toISOString());` At least in UUI, getValue on Date fields...

clarify

I have generated my typings which are in my project. I am getting error TS2649. I cannot find anything that helps me understand what it means. Should I be adding...

**Is your feature request related to a problem? Please describe.** A lot of modern bundler and build tools require "isolatedModules" set to true. That means const enums cannot be used...

**Is your feature request related to a problem? Please describe.** New API's has recently been added to XDT according to https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference . Some of the functionality might not be implemented...

A good (best) mocking framework for the client side Xrm.* code, perhaps in combination with FakeXrmEasy-Js for Xrm.WebApi.* Instruction/Documentation for how to combine form scripts created using XrmDefinitelyTyped with a...

documentation

The Web API supports calling both standard and custom actions as [seen in the docs](https://msdn.microsoft.com/en-us/library/mt607600.aspx). We need to support both bound and unbound actions, which will likely need two different...

enhancement
XrmQuery
in progress

Right now XrmDefinitelyTyped requires us, as 9.1 users, to call `setVersion` in each form script. But theoretically we already provided our preferred version when generating the definitions with `-cv 9.1`...

enhancement

This is to demonstrate the issue I reported #134...

I am having issues with the formContext.ui.tabs.get api as it is not being recognized by the intelli-sense any longer. ![image](https://user-images.githubusercontent.com/25389628/136980572-081658c9-b847-457a-8b04-fecaceb3dd08.png) The formContext.getAttribute and formContext.getControl seem to work but tabs is...

**Describe the bug** When I try to call Xrm.update and want to update ValidTo, it says that the type should be a Date. The problem is that the server is...