Magnus Gether Sørensen

Results 30 comments of Magnus Gether Sørensen

There is a problem with directly using the typings from @types/xrm with XrmDefinitelyTyped. The problem is that XrmDefinitelyTyped does not wish to allow magic strings in `getAttribute` and `getControl`, but...

It seems this issue has been going on for so long that another project has been created that is pure npm and combines types/xrm with XDT :) https://github.com/OliverFlint/XrmTypesGen

According to some random blogs you have to get it by going through the control, but that seems weird to me. Anyway getControl("footer_statecode").getAttribute() should work

This issue has been raised before. Imo. it should just be updated with each minor update of the API such that XDT by default uses the newest API. Of course...

You add the filter on the expand, as a third parameter, if I'm not mistaken

What version of CRM are you using? Right now those function filters are set to only be available for v9 and above

We're looking into improving our build setup, such that NPM packages are automatically updated. As far as I know, the current NPM package is also faulty, so I would still...

We updated our pipeline last month and I got a local npm package working last week. Hoping to expand the pipeline this weekend

My guess is that you get a date object when you call getValue on an attribute on a form. However, you get a date string back when you call the...