get_customer_list
Retrieve customer records from SAP Business One using filters for search, active status, and count to quickly identify the relevant business partners.
Instructions
Retrieve a list of customers (business partners) from SAP B1. Supports filtering by name/code search, active status, and result count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topN | No | Maximum number of customers to return (default 50) | |
| search | No | Filter by CardCode or CardName (case-insensitive contains) | |
| activeOnly | No | If true (default), return only non-frozen customers |