Organization Request Type Not Supported
If you’re getting an CommercialUnsupportedException with an exception like “The organization request type ‘Microsoft.Xrm.Sdk.Messages.’ … is not yet supported” generally means FakeXrmEasy is not able to find an implementation for that particular OrganizationRequest.
However, most of these implementations live in a dedicated separate package, FakeXrmEasy.Messages..
Please check if you have installed that package first.
Then head off to the messages section configuration that explains how to setup these messages in the middleware config.
This was originally posted here.
*This post is locked for comments