Constructing the Path - OnBase Mobile - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential - OnBase/OnBase-Mobile/Foundation-24.1/OnBase-Mobile/Configuration/Configuring-Links-to-Access-OnBase-Mobile/Create-a-New-Form/Constructing-the-Path - 2025-04-01

OnBase Mobile

Platform
OnBase
Product
OnBase Mobile
Release
Foundation 24.1
License
Premier
Standard
Essential

The path value for creating a new form begins with the following:

path=forms/form/[form_ID]

Add the value for the Unity Form template ID or E-Form document type ID. For example:

path=forms/form/202

Following the ID, add a question mark operator, and add the type_of_form parameter to the string. Acceptable values are unityform or eform.

An unencoded path value for a Unity Form with form ID 202 would look like the following:

path=forms/form/202?type_of_form=unityform

An unencoded path value for an E-Form with form ID 303 would look like the following:

path=forms/form/303?type_of_form=eform

Once you have constructed the path value, URL encode the value and append it to the path parameter in the link:

hylandmobile://launch?appid=onbase-mobile&path=forms%2Fform%2F202%3Ftype_of_form%3Dunityform