Great post by NAVTeam about “Create apps with PowerApps and Dynamics NAV”
“Some of you have tried to build apps using PowerApps and the connector for Dynamics NAV. For some, it turned out to be more difficult than expected, and you’ve asked for some guidance from Microsoft.
Well, here we go: The Dynamics NAV connector requires ODataV4, and that means Dynamics NAV 2017 or Dynamics NAV 2018. But it’s not that straightforward.”
Links
https://web.powerapps.com/home
https://docs.microsoft.com/en-us/connectors/dynamicsnavision/
https://blogs.msdn.microsoft.com/nav/2018/07/05/create-apps-with-powerapps-and-dynamics-nav/
https://docs.microsoft.com/en-us/powerapps/maker/signup-for-powerapps
Source https://blogs.msdn.microsoft.com/nav/2018/07/05/create-apps-with-powerapps-and-dynamics-nav/
I’m trying to add a row to a table in Dynamics NAV from PowerApps.
On calling SubmitForm in PowerApps, I’m getting the following, confusing error: The requested operation is invalid. Server Response: Dynamics NAV: Request failed (404): The remote server returned an error: (404) Not Found. (The field ‘Service Item Line No.’ of table ‘Service Line’ contains a value (10000) that cannot be found in the related table (Service Item Line).)
However, when I look in Business Central there is clearly a record in the ‘Service Item Line’ table with the ‘Line No.’ value: 10000. I’m a bit stuck on this one. Any help would be greatly appreciated.