Funny thing in CU 21 Item Jnl.-Check Line

Maria-SMaria-S Member Posts: 90
I've found something that is strange for me in CU 21.

There is the piece of code there:
WITH ItemJnlLine DO BEGIN
  IF EmptyLine THEN BEGIN
    IF NOT IsValueEntryForDeletedItem THEN
      EXIT;
And I cannot find any definition for the IsValueEntryForDeletedItem function (or variable?) :lol: even when exporting the CU into the text file. Tried to recompile the CU - it recompiles without problems.
How can it be? :shock:

Answers

  • Maria-SMaria-S Member Posts: 90
    Oh, I found it!
    This is function from the table 83 Item Journal Line, that is source table for the given CU.
  • rmv_RUrmv_RU Member Posts: 119
    edited 2011-01-17
    Try to search in the ItemJnlLine table.
    Looking for part-time work.
    Nav, T-SQL.
  • Maria-SMaria-S Member Posts: 90
    Thank you, rmv.
Sign In or Register to comment.