Import Business Central Entity
Description
Section titled “Description”Imports one Business Central OData v2.0 entity, scoped to the connection’s company, over your Business Central connection into a project table. Pick the connection, the entity type, and any filters; the step pulls matching records and writes them, with no OData query to author.
Configuration
Section titled “Configuration”| Field | Required | Notes |
|---|---|---|
| Business Central Connection | Yes | The Business Central connection to read through. |
| Target Table | Yes | The project table the results are written to. It is overwritten in full on every run. |
| Entity Type | Yes | Which entity to pull. Default accounts. One of accounts, generalLedgerEntries, customers, vendors, items, journals. |
| Filters | No | An array of {field, operator, value} clauses, ANDed into the request’s $filter, checked against the entity’s own queryable-field allowlist. An unsupported field is rejected, not silently dropped. Blank pulls the whole entity. |
Related
Section titled “Related”- Business Central Steps
- Connect to Business Central — step-by-step walkthrough
- Business Central REST Connector