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. |
||
|---|---|---|
| .. | ||
| hooks | ||
| services | ||
| types | ||
| utils | ||
| utils.ts | ||