-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RetrieveCurrentOrganisationRequest is missing #136
Comments
…s are v9 specific plus the request is available only for >= 2015 versions. DynamicsValue/fake-xrm-easy#136
@jordimontana82 was it a deliberate decision to only include OrganizationDataService in this implementation? As OrganisationService and WebApplication are also valid Enums DynamicsValue/fake-xrm-easy-messages@05db9a3
|
Hi @ozdemir-mehmet , Good point, yes, this message was introduced mostly as it was needed for another piece of work. Do you need to use the other endpoints? |
Yep using WebApplication, I think if all three are added just following the same pattern it should be enough. Even better being able initialise them as part of the test setup? I've done something like this in the meantime as my unit tests were failing :) `
` |
Add implementation for the above organisation request, that allows to retrieve information about the organisation you're currently connected to.
https://learn.microsoft.com/en-us/dotnet/api/microsoft.crm.sdk.messages.retrievecurrentorganizationrequest?view=dataverse-sdk-latest
The text was updated successfully, but these errors were encountered: