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 74 XrmDefinitelyTyped issues
Sort by recently updated
recently updated
newest added

Max Ewing has made a [blogpost](https://medium.com/capgemini-dynamics-365-team/writing-typescript-packages-for-dynamics-365-36fa56d17319), where he describes a use case for writing typescript that only interfaces with `xrm.d.ts`. Currently this is done by extracting the generated file and...

enhancement
backlog

Allow for overriding the Xrm namespace, providing a custom one if needed. Instead of wrapping Xrm in another namespace level (which would require an additional namespace declaration in both xrm.d.ts...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] We're looking to unit...

**Repro steps:** 1. Create a new empty Web Application project in Visual Studio (using 2022) 2. Using the latest version of XrmDefinitelyTyped (v6.1.0), generate typings. Here's an example of the...

When using getControl() on an editable grid it is being given the BaseControl type rather than SubGrid. This only happens when I add the Editable Grid control to the grid,...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...

dependencies

Hello everyone, I would like to ask if someone could explain what can be TSource or TArgs when passing executionContext. ```typescript namespace entity_name_form_name { var Form: Form.entity_name.Main.form_name; export function onLoad(executionContext:...

It is possible to deprecate fields in XrmContext by specifying a prefix, such as "X_", that is added to the display name of the deprecated field. The same feature would...

enhancement
backlog

**Describe the bug** I'm having issues with controls obtained through `formContext.getControl("somelogicalname")`. For some reason, they appear not to be assignable to `AnyControl`, even though the type ticks all the boxes....

bug
Client API