
HI Experts,
I wrote some code to filter the G/L Journal Lines to update one field in the Payment Journal Line.
But when I tried to Debug the code the Line No Returns as Zero. But I actually have line in the Payment Journal.
I can see the Line No on the "Inspect Page" as "10000" . But my code Returns empty line no.
Here is some part of my code,
Hi, both are genjoulin variable. And genjoulin variable has not used Find (Findset, Findfirst, and so on) yet, so it is empty. You can declare another variable to pass Line No.
Hope this helps.
Thanks.
ZHU