Thomas Malowanczyk

Results 18 comments of Thomas Malowanczyk

Hi szmarci Expand in XrmDefinitelyTyped is somewhat limited due to type constraints that we haven't solved. Expand in XDT works by expanding a lookup attribute on a retrieved record to...

Thank you for the examples @szmarci We will look into it on our side and try to replicate the issue. It might take some time so bear with us.

I also looked if these were related but am not that sure. The issue in #156 is about fetching date fields and this about setting date fields. Date and time...

Hi @AhmedAnwarHafez Microsoft have not been very clear on how they intend for us to get the form context when working in a html/javascript WebResources hosted on the form. They...

We haven't looked into supporting .net core as the CRM sdk's only supports .net framework 4.7.2. But it should be feasible with XDT as we only use and .exe to...

The dg.xrmquery.web.js file and it's minified version are generated a new. But it is possible that the version extension logic is applied after the minified version is generated.

Well then it can only mean that the minified version is not extended. Our js file generator does the following in GeneratorMain.fs ```fsharp printf "Writing to files..." copyJsLibResourceFiles gSettings copyTsLibResourceFiles...

That sounds definitely like the same problem. The solution you have found works okay, but you will have to do it again each time you upgrade XDT as it will...

No it is not a restriction in the WepAPI but simply our API which does not currently support it. We will look into adding .includeFormattedValuesFetch when using .useFetchXml at some...

I played around with how the typings can look for unbound actions. The idea is to generate new x.d.ts files for each action. Similar to the entity .d.ts for web....