Write, Bureaucrats, Administrators
960
edits
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
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 | 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 further 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 == |