BC.EXPANDOBJECTRANGE
Overview
The BC.EXPANDOBJECTRANGE function returns the sorted names of objects matching the search criterion, defined within Business Central.
Syntax
=BC.EXPANDOBJECTRANGE(
ConnectionName,
Object
)
Arguments
Argument | Required/Optional | Description |
| Required | The name of the connection, as specified in the Connection Manager |
| Optional | A search expression for filtering objects, uses Velixo filtering techniques. If not specified, returns all objects. |
| Optional | API to be referenced for Object names.
|
Examples
Return all objects
=BC.EXPANDOBJECTRANGE(
"BC"
)
Description: Returns a list of objects available for the “BC” connection.
Result:

Return objects containing a string
=BC.EXPANDOBJECTRANGE(
"BC",
"vendor?"
)
Description: Returns a list of objects available for the “BC” connection, beginning with the string vendor
.
Result:
