I searched the forum for an answer to this newb question, and was unable to find one.
I was running the debugger in 3.6 to observe the financial voiding of a cheque payment, and encountered some blocks of code represented as "the source code is not available." I can continue to step through and witness changes being made to the globals until i re-enter a code-block that shows me everything again. It does not seem consistent (i cannot tell if it is the same point in the procedure every time, although it does not seem like it).
i have never seen this before (i have only worked on the c/al side of navision since march 05). Is this an issue of code being hidden from folks without the proper licensing?
thanks, and sorry if this was already answered and I just couldn't find it!
kind of fell into this...
0
Comments
RIS Plus, LLC
thanks again.
RIS Plus, LLC
Maybe you can explain what you're trying to do and someone can help. :-k
http://www.BiloBeauty.com
http://www.autismspeaks.org
well, a payment journal was posted where one of the payments was taking a payment discount with no dimension defined. We tried to void the cheque (reverse entry), but kept getting an error that the dimension couldn't be blank when the journal batch name and template were also blank. i watched through debugger to see if i could find where the problem was and got the message I reported here.
I ended up going with void check only, which was able to void the payment and let us cut another cheque where we didn't take the payment discount. i was mostly curious about why some parts of the code were being masked from view.