MYOB Acumatica is a cloud-based ERP platform tailored to meet the needs of medium to large businesses, especially those looking to scale operations and gain more flexibility than standard accounting software typically offers.
MYOB Acumatica documentation: API Guide
Start establishing a connection to MYOB Acumatica in either of the following ways:
-
From the Resources menu, select Connections. Then, click + Create connection at the top right.
– or –
-
While working in a new or existing integration, you can add an application to a flow simply by clicking Add source or Add destination/lookup.
In the resulting Application list, select MYOB Acumatica.
The Create connection pane opens with required and advanced settings.
At this point, you’re presented with a series of options for providing MYOB Acumatica authentication.
Name (required): Provide a clear and distinguishable name. Throughout integrator.io imports and exports, you will have the option to choose this new connection, and a unique identifier will prove helpful later when selecting among a list of connections that you’ve created.
Application (required, non-editable): A reminder of the app you’re editing.
Authentication type (required): Select OAuth 2.0 (the cookie option is described separately).
Instance URI (required): Enter the instance URI shown in your MYOB Acumatica account. For example, if https://demo.myobadvanced.com/entity/Default/18.200.001
is the base URI, then the instance URI would be demo.myobadvanced.com
.
Endpoint name (required): Enter the endpoint name found in your MYOB Acumatica account.
Endpoint version (required): Enter the endpoint version found in your MYOB Acumatica account.
Configure scopes (required): Scopes are permissions that the MYOB Acumatica API defines to limit the access to your account. To select the scopes for this connection,
-
Click the Configure scopes button.
-
To access all of the scopes in the API, click the » button.
– or –
Check the scopes you want to add, and click the > button.
Configure your client ID and secret (required): Check this box to reveal iClient options.
iClient (required): Select the iClient pair that stores the client ID and client secret provided to you by MYOB Acumatica. To add an iClient and configure your credentials , click the plus (+) button. Click the edit ( ) button to modify a selected iClient. Be sure to give the iClient a recognizable name for use in any other connections.
Callback URL (read-only): Copy this integrator.io callback URL to provide directions to MYOB Acumatica for where to go after authentication. (This URL should be whitelisted with the authorization server.)
-
Sign in to your MYOB Acumatica account, navigate to the More items menu options and select Integration.
-
On the Integration page, you should see Web service endpoints in the Preferences section. If not, click Show more at the bottom of the page. Select Web service endpoints.
-
The page now displays the Endpoint name and Endpoint version, required for your connection:
-
Sign into your MYOB Acumatica account, and return to the Integration menu. Select Preferences > Connected applications.
-
Leave Client ID blank for a new app, or search for an existing app.
-
Provide a Client name.
-
Leave Active checked.
-
Choose Authorization code for the OAuth 2.0 flow.
In the Secrets tab, click Add shared secret. MYOB Acumatica displays the value – just this once – for you to copy for the connection’s Client secret and also gives you the opportunity to name the secret and give it an expiration date. Click OK to return to the Connected applications page.
In the Redirect URIs tab, click the + button to add an entry. Paste the Callback URL from the MYOB Acumatica connection, above. Press the enter key to commit this URI.
Click Save. MYOB Acumatica then assigns the Client ID, which you can copy for the iClient value.
Before continuing, you have the opportunity to provide additional configuration information, if needed, for the MYOB Acumatica connection.
-
Borrow concurrency from (optional): Select another connection from the list. By default, all data flowing through a connection record is submitted to the respective endpoint application at the concurrency level configured for that connection record. There are cases, however, where multiple integrator.io connections need to share the same concurrency level, and this field allows you to specify which connection you would like to borrow from. With borrowed concurrency, the data flowing through both connections will be submitted to the endpoint application together, via a shared concurrency model.
-
Auto-recover rate limit errors (optional): This setting is enabled by default with a predefined value for Target concurrency level. You can disable the setting if required. To set or make changes in any of these settings, you must have admin or manage permissions.
-
Target concurrency level (optional): This field is shown only if Auto-recover rate limit errors is enabled. Change the predefined value as required to limit the number of concurrent API requests allowed by the connection resource. See also, Setting currency level on a connection.
-
Concurrency level (optional): WhenAuto-recover rate limit errorsis checked, you can't modify the concurrency level because it matches the value set by the connected platform's runtime. When Auto-recover rate limit errors is not checked, you can enter a value to limit the number of concurrent API requests allowed by the connection resource. See also, Setting currency level on a connection.
-
-
Once you have configured the MYOB Acumatica connection, you have the option to Save & authorize or Cancel your changes.
-
When you save the connection, MYOB Acumatica allows you to sign in, if there is no current session.
-
It then prompts you to review and confirm the scopes. Click Yes, allow.
The new connection is now successfully added to your account. It will be applied to the current source or destination app, if you created it within a flow. Otherwise, you may proceed to register the connection with an integration.
Comments
Please sign in to leave a comment.