whats mean this error

my aim to get the itemno2 from the table item to the table item journal line
when i run the page "phy.inventory journal"
"the item journal line does not exist. identification fields and values;journal template line='PHYS.INV';journal batsh name ='default',line No.='0'"
whats mean this error

Answers

  • vaprogvaprog Member Posts: 1,140
    It means quite literally what it says: You are trying to read the journal line with Line No. = 0 from your journal, and no such line exists.

    Line No.s usually start at 10000.

    Are you a developer or an end user? What are you trying to do?

    If you need Item."No. 2" for anything more than just display on the journal, you should not add the value on the page, but rather on an appropriate table trigger, such as "Item Journal Line"."No.".OnValidate.
Sign In or Register to comment.