Item Charge No. on item journal liine

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,

Answers

  • bbrownbbrown Member Posts: 3,268
    Can you provide some additional details on what you are trying to accomplish?

    There are no bugs - only undocumented features.
  • Hi @bbrown

    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,

  • bbrownbbrown Member Posts: 3,268
    You should not put anything in "Item Charge No.". That is only populated from CU 80 or 90 when posting item charges.

    There are no bugs - only undocumented features.
  • bbrownbbrown Member Posts: 3,268
    Your "Negative Adjmt." should not hit that code. If it is, there's a problem with either your journal line or tracking specifications.

    There are no bugs - only undocumented features.
Sign In or Register to comment.