search_business_partners โ Find Partners
Searches business partners (customers and suppliers) by code, name, or type โ card code, name, type, balance.
Searches business partners (customers and suppliers) from the live system by code,
name, or type: card code, name, type, balance. Read-only. Reach for it when the user
names a specific partner or asks for a subset โ “find customer Acme”, “our suppliers”,
“who is C001”. Prefer this over list_business_partners when the request is filtered.
Try these prompts
- “find customer Acme”
- “list our suppliers”
ื ืกื ืื ืืขืืจืืช
- “ืืฆื ืืงืื ืืคื ืฉื”
- “ืืฆื ืืช ืืกืคืงืื ืฉืื ื”
- “ืืคืฉ ืฉืืชืฃ ืขืกืงื”
Arguments
| Arg | Required | Meaning |
|---|---|---|
card_code | optional | Exact card code, e.g. C001. |
card_name | optional | Name substring, e.g. Acme. |
card_type | optional | cCustomer or cSupplier. |
top | optional | Max rows returned. |
Example result
1 match for “Acme”. C001 Acme Corp โ customer, balance $3,120.
Related
list_business_partnersโ the full unfiltered list.get_business_partnerโ one partner by exact card code.