The field BookCloseDate does not seem to appear in QBO source data replicated through Skyvia. None of our operations will work if this field is not available.
QB docs show this as a child field under AccountingInfoPrefs:
"AccountingInfoPrefs": {
"FirstMonthOfFiscalYear": "January",
"UseAccountNumbers": true,
"TaxYearMonth": "January",
"ClassTrackingPerTxn": false,
"TrackDepartments": true,
"TaxForm": "6",
"CustomerTerminology": "Customers",
"BookCloseDate": "2018-12-31",
"DepartmentTerminology": "Location",
"ClassTrackingPerTxnLine": true
}
But the only fields in this child set that appear in Skyvia’s QB Preferences data are these:
,[AccountingInfoPrefs_TrackDepartments]
,[AccountingInfoPrefs_ClassTrackingPerTxnLine]
,[AccountingInfoPrefs_ClassTrackingPerTxn]
,[AccountingInfoPrefs_CustomerTerminology]
Is there a solution?
Thanks.