Options

lot number of product dont appear in invoice report

o, I'm trying to show a product with multiple lot numbers in a invoice, but it isn't appearing..

In the table Item entry Relation I have two lot as the image below show

aph5tgtnpm0k.png


So now I want to print the invoice and the cyan section is not shown and the yellow background don't print anything.

uqh89516l1na.png


Here I have a example of a old invoice where everything is working... Am i putting the wrong info in the table Item Entry Relation which is the base of the report I'm building?

d0qehs2abvni.png


In my report the cyan section is the Lot Number and the yellow section is a label with the lot No.
dj3ucrip1qd2.png


Anyone can figure what's happening?

Answers

  • Options
    NavSolutionNavSolution Member Posts: 36
    write message(Lot no) in "item entry relation" on after get record-Trigger and find is dataset get those message. if no then there is some filter on dataset.
  • Options
    catiamatos1991catiamatos1991 Member Posts: 158
    The message dont pop up,

    Item Entry Relation - OnAfterGetRecord()
    MESSAGE('%1', "Item Entry Relation"."Lot No.");
  • Options
    NavSolutionNavSolution Member Posts: 36
    That Means Code Pointer not go in that dataset. Relation Problem Between Item Entry Relation And Item--Check Property of Item Entry Relation Dataset.
Sign In or Register to comment.