New Form Module URLs - Mobile Access for iPhone - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Essential - Premier - Standard - external - Standard - Essential - Premier

Mobile Access for iPhone

Platform
OnBase
Product
Mobile Access for iPhone
Release
Foundation 23.1
License
Standard
Essential
Premier

New Form URLs can be used to open the New Form module, or create a new Unity Form or E-Form to be filled out by a user. The following base URL will allow a user to open the New Form module within OnBase.

onbasemobile://newform?

The following additional parameters can be specified:

Parameter

Description

formid

The formid parameter is used to specify the form ID of the form to display. For E-Forms, use the E-Form's document type ID. For Unity Forms, use the Unity Form's form template ID.

This parameter is optional.

formtype

The formtype parameter is used to specify the type of form that corresponds to the formid. The acceptable values are eform or unity.

This parameter is required if a formid is specified.

The following URL shows an example which will open a new Unity Form for a user to fill out.

onbasemobile://newform?formid=109&formtype=unity
Note:

All URL parameters and values must be lowercase.