Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Verifies that the selected value for Blocked is valid for a record in CustTable.
Syntax
private boolean validateBlocked(CustBlocked _blocked)
Run On
Called
Parameters
- _blocked
Type: CustBlocked Extended Data Type
The value being validated.
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.