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

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:
== Overview ==
== Overview ==
ODBClink extracts data from MYOB AccountRight Live as pages of xml data. The initial instruction to MYOB included a filter 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 the case for you then follow the steps below to convert the get data date filter algorithm from Monthly to Yearly
ODBClink extracts data from MYOB AccountRight Live as pages of xml data. Originally, ODBClink's instruction to MYOB included a date filter which restricted data by year. Overtime we found that by restricting data by month 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 the case for you then follow the steps below to convert the get data date filter algorithm from Monthly to Yearly


== Procedure ==
== Procedure ==

Navigation menu