I’m trying to get BurdenedCost from the WorkTicketTimes API endpoint to tie out to the ticket level P&L view in the app.
On about 0.1% of tickets, I’m seeing a difference where there are extra entries in the API data that don’t exist on the ticket (at least anymore). Some of these have an ApprovedDateTime, some do not.
I’m wondering if anyone knows if a field or fields exist on the API side to filter out these records that look like they should be excluded.
I’d like to get the cost here to tie out within a rounding error, if possible.
I’m also seeing something similar in ItemAllocations where the cost for materials ties out closely to the tickets Materials Cost Act, but not exactly.
Anyone have any ideas here?