Difference between revisions of "Change the Get Data Filter from Monthly to Yearly"

no edit summary
Line 1: Line 1:
== Overview ==
== Overview ==
ODBClink extracts data from MYOB AccountRighth Live as pages of xml data. The instruction to MYOB includes a fitler which defines the range of data to extract data for. Initially we set this filter to be yearly. Overtime we found that some data files returned server errors and after testing found that changing the date filter to Monthly resolved the issue. So we made teh call to change the data filter to monthly for most of the date based end points which were likely to contain many records. The unintentional consequence of this change is that it does slow the get data down for some data files. If this is you then follow the steps below to convert the get data date filter algorithm from Monthly to Yearly
ODBClink extracts data from MYOB AccountRighth Live as pages of xml data. The initial instruction to MYOB included a fitler which defined the date range to extract data for to be yearly. Overtime we found that changing the date filter to Monthly resolved some MYOB API Server issues, so we made the call to change the default filter to monthly. The unintentional consequence of this change is that it has slowed the get data down for some data files. If this is you then follow the steps below to convert the get data date filter algorithm from Monthly to Yearly


== Procedure ==
== Procedure ==