Hello,
The update record connector for Dynamics 365 for finance uses the user's default company and if you try to update a record in a different company, you get a error message "An error has occurred. No resources were found when selecting for update.":
Is there some updates from MS for this issue? Does anyone have a workaround?
Thanks.
Hi @Sabri,
Have you tried using the OData feeds instead, those also support updates:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/odata
Below would be a url for a query cross company with via OData:
https:///[Your organization's root URL]/data/CustomersV3(dataAreaId='LegalEntity',CustomerAccount='0001')?cross-company=true