Overview
The BC.EXPANDOBJECTRANGE function returns the sorted names of objects matching the search criterion, defined within Business Central. Additionally, returns information about object insertability, updatability, and deletability via the SI.WRITEBACK function.
Syntax
=BC.EXPANDOBJECTRANGE(
ConnectionName,
Object,
Api
)
Arguments
|
Argument |
Required/Optional |
Description |
|
|
Optional |
Provide one of the following values:
OR Omit the argument to return results for all compatible connections with default aggregation settings. |
|
|
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()
Description: Returns a list of objects available for all connections along with information about their modifiability.
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: