F&O Update record with cross company workaround

Jaime Hernandez 1 Reputation point
2021-09-22T14:57:18.007+00:00

Fin & Ops Apps Update record connector does not support cross company, I need to perform an update for an entity in F&O, right now it fails if the record is not in the default company for the connected user, is there a workaround where is not require to set the company as default, my process required to create/update records from different companies, also having a logic app for each company is not an option .

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,551 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Samara Soucy - MSFT 5,141 Reputation points
    2021-10-12T23:18:18.027+00:00

    While it does take a bit more setup, you can make a REST call against the Dynamics' ODATA endpoints directly instead of using the built in connector: https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/odata. Setting the cross-company=true parameter should allow you to update records from different companies.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.