Fixed Autotask API errors for Billing Items and Time Entries during incremental syncs by using the correct field names: - Billing Items: Changed from 'createDate' to 'itemDate' - Time Entries: Changed from 'lastModifiedDate' to 'dateWorked' These field names match what's used in full sync filters and are accepted by the Autotask API. Errors fixed: - 'Unable to find createDate in the BillingItem Entity' - 'Unable to find lastModifiedDate in the TimeEntry Entity' This allows incremental syncs to work properly for these entities. |
||
|---|---|---|
| .. | ||
| api-helpers.ts | ||
| db-helpers.ts | ||
| device-lookup.ts | ||
| entity-mapper.ts | ||
| issue-type-helper.ts | ||
| logger.ts | ||
| sync-helpers.ts | ||
| sync-logger.ts | ||