Recently while trying to use the new CreateMutipleRequest message we got the below error –
“The ‘CreateMultiple’ method does not support entities of type ‘none’. MessageProcessorCache returned MessageProcessor.Empty”

It was because we were not populating the EntityName property of EntityCollection class. Specifying it fixed the issue.

Hope it helps..
Discover more from Nishant Rana's Weblog
Subscribe to get the latest posts sent to your email.

Haa – its strange that it is not picking from entity class initialisation. Some internal bug 🤔 ?
LikeLike
Thanks for the comments..True when it applies to just one entity.. could even take it from class initialisation.. may be something internally to improve things.
LikeLike