HI Guys.
I'm trying to edit Codeunit 231 (Gen. Jnl.-Post)
it's for replicating the Preview G/L entries.
BTW I'm using Nav 2018 11.0.19394
I'm getting this error message then i'm trying to write
"IF NOT CODE THEN BEGIN"
I don't quite understand this error
thank you for who's gonna answer
Answers
please share your code function screenshot
If Not Code(GenJnlLine) Then BEGIN
but instead i got this.
step1: create new function same as code , name it Code123(Any) -Just copy code function and paste it and change name.
step2:goto code123 locals ,in Return Tab select return type Boolean.
step3:use this code-If Not Code123(GenJnlLine) Then BEGIN