I Created a Export Dataport from Purchase Inv Line.
My dataport has 6 DataportsFields with CallFieldsValidate Property, so is on the last Purchase Invoice line record that I Get all my 6 variables calculated.
In this case, I need only the last dataPort Record to be Exported to txt file.
How can I do That?
My idear was creat a condition in Purch. Inv. Line - OnBeforeExportRecord(), when that condition happens then
CurrDataport.SKIP.
But, I don’t have any particulary condition.