Integrating MYOB Acumatica Forms on Your Website

MYOB Acumatica gives you the ability to embed particular forms on a website that is used by employees of your organization in their daily work. For example, you can embed the Tasks (EP4040PL) form within your Office 365 page to view and access your MYOB Acumatica task list directly in Office 365.

To display an MYOB Acumatica form on your website, you use the URL of the MYOB Acumatica form. You can include additional parameters in the URL for more convenient display and use of the form. These parameters are described in this topic.

Appearance of the Embedded MYOB Acumatica Form

When you integrate an MYOB Acumatica form on your website, the form area, the main menu, and the navigation pane are displayed by default. To simplify the appearance of the form, you can hide the main menu and the navigation pane and display only the form area by using the HidePageTitle URL parameter with the true value.

Example

To embed the Contacts (CR302000) form of the http://app.site.com/instance/ instance on a website with only the form area displayed, you use the following URL:

http://app.site.com/instance/CR/CR302000.aspx?HidePageTitle=true

Silent Login in the URL of MYOB Acumatica Forms

Users access an MYOB Acumatica form embedded on your website by using an authentication method that you set up during the system configuration (for details, see Managing User Access). If you have enabled single sign-on with an external identity provider, such as Microsoft Azure Active Directory, you can use the SilentLogin URL parameter to automatically redirect your users to the sign-in page of this identity provider.

Note: Before you use the SilentLogin URL parameter, confirm on the Users (SM201010) form that your users have registered their external accounts with the MYOB Acumatica instance.

The SilentLogin parameter can take the following values.

Parameter Identity Provider
None MYOB Acumatica
Federation Azure Active Directory
Google Google
MicrosoftAccount Microsoft Account

Example

To give users who access the Contacts (CR302000) form on the external website the ability to authenticate themselves with Google, you use the following URL:

http://app.site.com/instance/CR/CR302000.aspx?silentLogon=Google