Oh, okay—so PurchParmLine
records are created dynamically in PurchFormLetterParmDataPackingSlip
and stored in PurchParmLine
when the form opens?Since I know the grid pulls from PurchParmLine
, that makes sense. And its not really filtering, but the logic is that if ReceiveNow is by default zero, then the record won’t be created at all.
I’ll debug insertParmLine()
as you suggested to check if ReceiveNow = 0
lines are even reaching that step. But just to clarify—if a PurchParmLine
record isn’t created for a line, would that typically be controlled directly in insertParmLine()
, or could it be determined earlier in the process (like in setParmLine()
or when the form retrieves lines)?
I just want to make sure I’m focusing on the right part of the process.