Hi All,
I am trying to create an application with Dynamic 365 Business Central as my Data source. I have created a form to submit the data to contact table. But while i am trying to save the data there is an error that i face. Can you guys please help me solving this?
Solved! Go to Solution.
The code is obscured. Please post it in your next reply.
I assume it's a Patch() and you're specifying the Defaults() parameter, so it should interpret that function block as an insert. However, without seeing all of the code, it's hard to tell what else might be causing the error.
Additionally, when this happens, the entire function block may be underlined in red but the offending column (if known) is highlighted in a thicker/bolder red. This can help identify if you have a column that it doesn't like.
For example, this may be creating a Contact but also referencing the Contact (or another yet to be created Contact in another field), and causing the issue.
The code is obscured. Please post it in your next reply.
I assume it's a Patch() and you're specifying the Defaults() parameter, so it should interpret that function block as an insert. However, without seeing all of the code, it's hard to tell what else might be causing the error.
Additionally, when this happens, the entire function block may be underlined in red but the offending column (if known) is highlighted in a thicker/bolder red. This can help identify if you have a column that it doesn't like.
For example, this may be creating a Contact but also referencing the Contact (or another yet to be created Contact in another field), and causing the issue.
User | Count |
---|---|
258 | |
111 | |
95 | |
48 | |
41 |