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 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 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. 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


== Procedure ==
== Procedure ==