0

We need to pull data from BC constantly for reporting and integrating BC master data into other systems. The REST API includes a ModifiedAt date so we can pull & sync only rows that have changed since our last sync. The ODATA endpoint for BC tables are great at providing a ton of data fields, but do not include ModifiedAt since that is in the system table.

Adding ModifiedAt to ODATA would greatly improve performance in BC by not pulling 200,000 records every sync, and greatly simplifies ETL into our data warehouse and other systems.

Category: Development
STATUS DETAILS
New