Magnus Gether Sørensen

Results 19 issues of 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...

enhancement
backlog

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...

enhancement
backlog

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...

enhancement
discovery
backlog

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...

enhancement
discovery
backlog

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...

enhancement
backlog

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

enhancement
backlog

Currently cascading is implemented for most behaviors, but Sharing and Unsharing is missing

enhancement
backlog

The documentation for the requests is located at https://msdn.microsoft.com/en-us/library/microsoft.crm.sdk.messages.qualifyleadrequest.aspx

review

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...

enhancement
backlog

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...