Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update myob-integration-reference.md #984

Merged
merged 2 commits into from
Jan 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ MYOB AccountRight supports multiple currencies, but still operates with base cur

MYOB does not supply time information when the `issueDate` field is pulled by Codat. As such, the date field value is always `yyyy-mm-ddT00:00:00`.

### Performance

MYOB recommend that company files in their system are kept below 2GB. If a company has a large amount of data, some timeouts will be expected when consuming their service. If Codat encounters a timeout error when fetching data from MYOB, we will retry the operation a number of times. This may lead to some datasets taking longer than expected to complete or fetch errors.

To learn more, see the [504 Gateway Time out errors](https://apisupport.myob.com/hc/en-us/articles/6366818637583-504-Gateway-Time-out-errors) article in MYOB's support knowledge base.

## FAQs

### Where must company data be stored?
Expand Down
Loading