I have a custom reporting application which has been running for years. It can report activity by GL Account or by Job. The client using it makes extensive use of Jobs, with a small number of top-l...
Thanks for the reply. So does your package call the JobRegister endpoint filtering on a header job, and get back the activity on all its sub-jobs? That's the specific bit that appears to have changed, for me anyway.
I work differently to you with Endpoints - why - because I don't use the MYOB SDK where all the data is extracted via Abstract Methods - you get to see whatever MYOB decides.
I write my own extractions - so I use Endpoints to get me a page of JSON data - then I decide whether the info I need is in that endpoint - payroll is a good example - there is no payroll endpoint that will give you all payroll data - but mix and match different endpoint including GeneralLedger and it all comes together.
Here is an extract of a JobRegister endpoint - but you would need a copy of theJobRegister from before the suspected change. Then you could compare them.
You need to do a bit of Sherlock Holmesing to work out what has changed then work backwards into the SDK to see where it has changed.
Sorry, I can't be more helpful - but the way I extract data from endpoints is coding more intensive but I remain fully in control of the data I need.
The Doc
Looking for something else?
Search the Community Forum for answers or find your topic and get the conversation started!