Share via


AgreementLine.validateRelease Method

Validates whether the agreementLine record can be associated with the record in a table that corresponds to the SalesPurchLine map.

Syntax

private boolean validateRelease(SalesPurchLine _salesPurchLine)

Run On

ClientOrServer

Parameters

  • _salesPurchLine
    Type: SalesPurchLine Map
    A record in the table that correspond to the SalesPurchLine map.

Return Value

Type: boolean
true if the line can be associated with the record; otherwise, false.

See Also

Reference

AgreementLine Table