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