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

**Is your feature request related to a problem? Please describe.** When calling a workflow of type Action from TypeScript, one needs to use the `promiseRequest` function, hard-coding the name of...

enhancement
XrmQuery

**Describe the bug** Also for the Connection Entity, the record1 and record2 attributes are being defined as any attributes as well, rather than maybe LookupAttribute Expected behavior The correct type...

bug
Forms

Is there a way to use it under Linux ? My use case, I need to build some SPAs that'll communicate with Dynamics. These SPAs are running on Docker containers...

Hello, I would like to ask if there is any possibility to use XrmQuery with Webpack? In each form where we use XrmQuery we need to add jslib to Form...

It is possible to add a custom filter to the lookup fields search on forms. Currently this is done with a string constructed as a filter XML that are found...

enhancement
backlog
clarify

Currently, we don't handle these 3 things in a good way. Typings for selects aren't respected on expand, formatted values aren't generated on expands and lookup properties aren't generated at...

enhancement
backlog

Hi, Thank you for this great tool! I'm trying it out for the first time, so I run into some questions. The generated type definitions for my entities contain the...

documentation

I'm struggling to understand how expand works. I have a built-in entity (quotedetails) that I'm retrieving with `XrmQuery.retrieveMultiple` and I want to expand upon it (I have added a bunch...

bug
documentation

**Is your feature request related to a problem? Please describe.** I want to use xrmquery code in node tests, but there is no way to extract namespaces from it without...

enhancement

Having TS that is called from a ribbon button on a subgrid. You get as input an array of id's, calling XrmQuery.retrieve directly on these id's fail due to the...

enhancement
clarify