| GetBPList Method | |
| See Also |
- CardType
Specifies a value for filtering the business partners list, as described below. Set to (-1) to get a full list with no filtering.
Returns a Recordset object that contains a list of business partners keys that can be used as a parameter in many business objects.
| Visual Basic |
|---|
Public Function GetBPList( _
   ByVal CardType As BoCardTypes _
) As Recordset |
- CardType
Value Description cCustomer The business partner is a customer. cSupplier The business partner is a vendor. cLid The business partner is a potential customer/vendor. Specifies a value for filtering the business partners list, as described below. Set to (-1) to get a full list with no filtering.
A Recordset object containing three fields : CardCode, CardName, and CardType.