Share via


TradeBLWILines.checkLine Method

Searches for all split transactions and calls the checkInvoice method to check them.

Syntax

public boolean checkLine(TradeBLWILines _lines)

Run On

Called

Parameters

  • _lines
    Type: TradeBLWILines Table
    The _lines parameter contains the base record to check the whole invoice and its split transactions.
    Also used to check whether the purpose code and the currency code are filled in.

Return Value

Type: boolean
The checkLine method returns a Boolean value to indicate if the lines are correct.

See Also

Reference

TradeBLWILines Table