VendTable::isVendorBlocked Method
Indicates whether the vendor is blocked.
Syntax
client server public static boolean isVendorBlocked(VendAccount _vendAccount, CustVendorBlocked _blockedFor)
Run On
ClientOrServer
Parameters
- _vendAccount
Type: VendAccount Extended Data Type
The VendAccount to check.
- _blockedFor
Type: CustVendorBlocked Enumeration
The blocking type for which to check
Return Value
Type: boolean
true if the vendor is blocked; otherwise, false.