Exclude items and it's extended text

supp85supp85 Member Posts: 76
Hello all,

On partly shipped/invoiced documents all items are listed even if the quantity shipped/invoiced = zero. I want to exclude these from the documents which i have done using the following code but i am unsure how to exclude the extended texts related to those items? is there a link between the two? sorry i am not familar with Extended Text.

IF (Type = Type::Item) AND (Quantity = 0) THEN
CurrReport.SKIP

Thank you in advanced.

Comments

  • TomasTomas Member Posts: 420
    For "extended text" lines, the field "Attached to Line No." will be filled in with the line number of original entry that had extended texts.
  • krikikriki Member, Moderator Posts: 9,110
    [Topic moved from 'NAV Three Tier' forum to 'NAV/Navision Classic Client' forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • supp85supp85 Member Posts: 76
    Thanks Tomas
Sign In or Register to comment.