Questions tagged [myob]

MYOB is a company that produces a number of accounting packages aimed at different company sizes and requirements (e.g. General Accounting, Inventory, Payroll, Payments, ...). It offers a programmatic interface for querying and importing information through a pseudo SQL ODBC driver (AccountRight V19) and more recently through REST based APIs (AccountRight Live, Essentials, Cashbook, ...).

MYOB is a company that produces a number of accounting packages aimed at different company sizes and requirements (e.g. General Accounting, Inventory, Payroll, Payments, ...). It offers a programmatic interface for querying and importing information through a pseudo SQL ODBC driver (AccountRight V19) and more recently through REST based APIs (AccountRight Live, Essentials, Cashbook, ...).

More information about developing against MYOB products can be found in their developer portal - http://developer.myob.com/ and on samples provided on github - https://github.com/MYOB-Technology

79 questions
1
vote
0 answers

Is there any way to get information about user login?

Is there a way to use the MYOB API to get the user login my.MYOB account information, get the login name and password in the picture below, can not write dead, if you can not get this information, then how to assign X-myobapi-CFTOKEN Give her, do…
Bug Creator
  • 11
  • 1
  • 6
1
vote
0 answers

Get redirected page contents of MYOB login

I am building a web API to communicate with MYOB website and site contents. Through a generated URL containing the client id and the key, I can open the login page. After successful login, I receive a security code through email which I have to type…
Aboriginal
  • 374
  • 1
  • 3
  • 13
1
vote
0 answers

Purchase Order (PO) link to Sales Order (SO) breaks / lost - MYOB Exo Business

I'm using MYOB Exo Business. We have Sales Orders in the system which sync from Salesforce through Jitterbit. Our purchasing team creates a Purchase Order against the Product lines on the SO, which creates a linked PO. However, we have been…
Jackie
  • 11
  • 2
1
vote
1 answer

SQL for Multiple Account names - MYOB

This is what i have got so far. A.ACCGROUP=1 This works to show only accounts in region #1. but i would like to be able to see regions #1, 12 & 18 at the same time. This is for the custom filters within MYOB accounting software. Is this possible,…
luk
  • 23
  • 3
1
vote
2 answers

What is the MYOB API's queries per second limit?

I'm getting a Developer Over Qps response while working with the account live api. I'm going to use a limiter to throttle my requests, and would like to know what the allowed qps is. Any ideas? (I'll get a rough idea through trial and error, but…
Felix
  • 3,783
  • 5
  • 34
  • 53
1
vote
1 answer

How do you integrate MYOB Exo Business (Exonet) to a .NET application?

I'm currently exploring the possibility of integrating MYOB Exo Business (Exonet) to a shopping cart developed using ASP.NET 3.5. I understand that there is an MYOB ODBC driver to use as a connector. Is this the only way to do it?
Tenacious T
  • 65
  • 1
  • 6
1
vote
2 answers

Is there a programmatic interface to MYOB data files?

All I want to do is figure out what the date range of the data is. At present I have to open the file in MYOB, convert it to the v18.5 format, check it for consistency, and then run a report so that I can visually check the date range. I'd prefer…
bugmagnet
  • 7,631
  • 8
  • 69
  • 131
1
vote
2 answers

Using the MYOB ODBC driver, can I update invoices?

I'm using the MYOB ODBC driver to export some job and charging details from a custom application. Is there any way to update an existing invoice using ODBC, or can I only insert new ones?
Brent Wheeldon
  • 127
  • 3
  • 14
0
votes
2 answers

On premise Workgroup Application to Azure

I have a bunch of users in Azure AD tenant. There is no on premise server or AD. I have discovered one of the PC hosts a line of business application (accounting software MYOB) that I would like to migrate to the cloud (Azure). What is the easiest…
Al Grant
  • 2,102
  • 1
  • 26
  • 49
0
votes
1 answer

MYOB .NET SDK - Invoice creation

I'm not sure if anyone will be able to help me or not but I am hoping there is someone familiar with the .NET SDK for MYOB. The service classes accessible in the SDK provide the core HTTP operations available for each consumable endpoint. These…
Sami.C
  • 561
  • 1
  • 11
  • 24
0
votes
2 answers

3-Legged OAuth2 Authorization code flow for Excel?

This might be a long shot, but I'm using the MYOB Business API which has the same OAuth authorization flow as the LinkedIn API - 3-legged - and am planning on making queries to it through Excel, most likely power query. The big issue with this is…
Jered
  • 216
  • 1
  • 10
0
votes
1 answer

BigCommerce and Myob API Integration for products

We are looking at importing products, skus and inventory from Myob to show on bigcommerce. We have mapped the APIs required. Since we haven't worked on bigcommerce before, we need some guidance on the best way to proceed. Is it better to create this…
0
votes
1 answer

Using SQL code, i need to create a string that automatically creates the dates between to seperate days

I am creating an automatically updating dashboard for repeating purposes and I need to automatically draw invoice values from our system between certain dates i.e. on Tuesday, the reporting needs to show Mondays invoices. Is it possible to create a…
0
votes
1 answer

PHP array return entire section

Hi I am trying to get everything in within the [] brackets. I have tried everything I could find but no luck { "Items": [ { "UID": "XXX-XXX", "Code": "USD", "CurrencyName": "US Dollar", "CurrencyRate": 0.71428000, …
Benm
  • 9
  • 3
0
votes
1 answer

Click On Save and Release Buttons when change data in method dynamically in acumatica?

I have a button called PayEFTPOS, See Image Here when click on this button will invoke this method [PXButton(CommitChanges = true)] [PXUIField(DisplayName = "Pay EFTPOS")] protected void customAddView() { var documents =…
splinter.cell
  • 113
  • 1
  • 7