Hello,
I worked on Fixed Assets for our client. I added the functionality they were looking for and released it. While they were testing, they found an error.
""The user-defined C/AL function that takes" 3 parameters, was called with 1 parameter"
I have tried debugging the code and its giving me that error on a piece of code that I didnt write. The error is coming from FA JNL.-Post Batch (codeunit 5633).
After doing a bit of research, some people suggested trying to compile all the objects once again and that will take me exactly to the object that is causing the error. I compiled all the objects and still nothing. Whenever I try to post a Fixed Asset Journal Entry, then only the error message shows up.
Any ideas or suggestions how I can go about fixing this???
0
Answers
Like all run time errors, you need to use the debugger.
It appears you made a change and now an error appears?
Unless your customer never used that functionality before.
:-k
http://www.BiloBeauty.com
http://www.autismspeaks.org
Find out the place and fix it..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
And that's the point where compiling all objects might become handy. You'll see all objects that do not compile for this reason, along with others.
Thomas
Thanks.