Magnus Gether Sørensen
Magnus Gether Sørensen
Max Ewing has made a [blogpost](https://medium.com/capgemini-dynamics-365-team/writing-typescript-packages-for-dynamics-365-36fa56d17319), where he describes a use case for writing typescript that only interfaces with `xrm.d.ts`. Currently this is done by extracting the generated file and...
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...
Currently the security check is based upon finding security roles through the logicalname of the entity. However the security of activities is combined, such that they are all specified on...
QueryExpressions are supported in a RetrieveMultiple request, but the fetch xml structure can do more. Currently a translator is implemented for simple fetch xml, but it does not work for...
After the downsize of datamethods, the mess has been moved into different classes. One for each request. Thus they also need to be cleaned up - since some of them...
Currently XrmMockup only checks if there is a lookup to itself. Implement a recursive function which checks whether a circular reference exsists if a create or update is applied
Currently cascading is implemented for most behaviors, but Sharing and Unsharing is missing
The documentation for the requests is located at https://msdn.microsoft.com/en-us/library/microsoft.crm.sdk.messages.qualifyleadrequest.aspx
It's possible to show/hide dashboards based upon security roles. This is a common test scenario and is tedious to do manually. Make XrmMockup fetch dashboards and open up an integration...
Currently pending workflows are just hanging after a reset if they are all included. This will cause errors once the waiting workflow executes and tries to fetch records that no...