Entity cannot be found error in Dynamics 365 for Outlook App
问题 We receive the following error in the Dynamics 365 for Outlook App: The entity "{0}" cannot be found. Specify a valid query, and try again. This appears to be associated with custom code. 回答1: It turns out this was happening because of a call to Xrm.WebApi.retrieveMultipleRecords . It appears as though in the full web client if you pass in the entity set name (ex. 'accounts') instead of the entity logical name as documented (ex. 'account') as the first parameter, then the web client just