CustTable.validateBlocked Method

Verifies that the selected value for Blocked is valid for a record in CustTable.

Syntax

private boolean validateBlocked(CustBlocked _blocked)

Run On

Called

Parameters

Return Value

Type: boolean
true if the value is valid for a record in CustTable

Remarks

The enum CustVendorBlocked is used in multiple tables, requiring validation to eliminate selecting values that do not apply for CustTable.

See Also

Reference

CustTable Table