Hi! I have company A who wants to send salesorders to company B. Until now I've sent these orders directly to the "salesorder(salgsordre)" window, using "order_create" in graphql. But now, when i look at the "Salesorder pluss(salgsordre pluss)" window, there is a "Incoming orders"- table in the browser. Is it correct to send these orders to this table instead of directly into the "salesorder(salgsordre) - ferdigmeld"- table? And if so, would incomingDocument_create be the correct mutation?
... View more