Hi Experts,
I am having this customs that need to key in the item charge no. in item journal line. my idea was to add a simple negative adjustment and I have no idea what to put in item charge no.
please advise me what should I put in there as a value
thanks,
0
Answers
I want to insert into item journal line with a negative adjustment type. I mange to do so, but when I post it , it shows that I need to put something in Tracking specification ( which is also already being carried on) and so I do the debuuging and I am stuck on this line of code on codeunit 22
the code line that breaks are
IF (ItemJnlLine2."Item Charge No." = '') AND (ItemJnlLine2."Job No." = '') THEN
IF NOT ItemJnlLine2.Correction THEN // Undo quantity posting.
ERROR(Text011);
I am just curious what should I fill in "Item Charge No."
do you have any idea what to fill in there ?
thanks,