Hi, I have a built a flow for D365 F&O to update the record(CustomerV3 entity, PaymentBankAccount) but when running the flow it tells you the below:
Is there any workaround for this?
I saw some people saying changing the AllowEdit setting to true works but it is not the right solution and it may affect other functionalities..
Hi @chickennanban,
Have you tried using OData service for this instead? Might be a workaround for this:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/odata
That does require the setup of an App in Azure AD and registration in F&O as well.