AgreementLineQuantityCommitment.isLinkValid Method
Validates whether a specified order line fits for an agreement line.
Syntax
public boolean isLinkValid(SalesPurchLine _salesPurchLine, [boolean _showInfolog])
Run On
Called
Parameters
- _salesPurchLine
Type: SalesPurchLine Map
The SalesLine or PurchLine record to check.
- _showInfolog
Type: boolean
A Boolean value that indicates whether to print the errors in the Infolog; optional.
Return Value
Type: boolean
true if the link between the specified record and the agreement line is valid; otherwise, false .