aappddeevv

Results 29 comments of aappddeevv

I think script-loader may work for webpack and js. It evaluates an imported module as a string using eval() which should remove any vestiges of modules/exports from the UMD module...

I created a pure typescript webpack based build for CRMWebAPI that may be able to work. If you use compilation flags you can kick out UMD js and es6 modules....

Saw that. Had catalogued all of the APIs as well. Thought you did a good job but I was not using typescript at the time. http://msdynamicscrmmeanderings.blogspot.com/2017/05/dynamics-crm-rest-api-choices.html On Fri, Sep 29,...

Yes, JS is correct. I need to issue a $batch in order to push a fetchxml query that is too long to go in the standard http package....it needs to...

I built a scala.js based CLI tool for Dynamics (swiss army knife type of thing) and with that client I had to restructure the client so that one could create...

I don't think you can issue a Post using the entitySet url and the real issue is URL length. FetchXml can be quite large and exceed the server's 2,000 char...

I don't have that because I used ToString hack. But I recall that it was an enum. I passed in the enum through qopts so your code would test for...

In 6.x, I can't get the patch operation on Applications to work at all either. I think this is a general problem. My return value from the patch call is...

Not yet, I'll try it. You may want to see my other bug entry. I think something stateful is going on behind the scenes.