fake-xrm-easy-js
fake-xrm-easy-js copied to clipboard
FakeXrmEasy on Client Side, to unit test Web API calls from Typescript/JS. If you want to unit test plugins, code activities, or any .NET code connected to Dynamics CRM/365, check http://dynamicsvalue...
I attempted to use "sample" project but could not get it running.
When filtering by Guid, literal.value is undefined, since is not interpreted as a literal value by the odata parser Ex: emails?$select=*&$filter=_regardingobjectid_value eq 2289062e-d689-2292-51d0-d85ce235a927 Entity.prototype.satisfiesFilterEq = function (filter) { var property...