You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Introduction

Form Userview Menu allows one to directly enter/view form data, without being part of a process flow.

Form Userview Menu Properties

Edit Form

NameDescriptionScreens (Click to view)
Custom ID

Item link slug. Optional field.

Unique field

Ensure that value defined here is unique to other userview menus in the app, since the first matching/conflicting ID will take precedence in page loading.

Figure 1: Form Userview Menu Properties

Label
The userview menu label.
Form
Target form to load.
Show in popup dialog?
If checked, user will be presented in a popup dialog.
Readonly?
If checked, all the fields in the target form will be rendered as read-only.
Display field as Label when readonly?
Fields set to read-only will be rendered as label/text, instead of being shown in its original input element.

Redirection

NameDescription
Message Shown After Form Submission
Message Shown After Form Submission.
URL Redirect After Form Submission
URL Redirect After Form Submission.
URL Redirect on Cancellation
URL Redirect on Cancellation.


When this value is set, the Cancel button will appear at the bottom of the form.

Redirect Target on Cancellation
  • Top Window
  • Current Window
Field Name For URL Redirect Value Passover
Field id from the preceding form to retrieve the value from.

Field Value Passover Method

  • Append to URL
  • As URL Request Parameter
Request Parameter Name
Parameter name to hold the value retrieved using "Field Name For URL Redirect Value Passover"

UI

NameDescription
Submit Button Label

Submit Button Label.

Default Value: Save

Cancel Button Label
Cancel Button Label.
Default Value: Cancel


The Cancel button will only appear when "URL Redirect on Cancellation" is set.

Custom Header
Custom Header in HTML.
Custom Footer
Custom Footer in HTML.

Advanced

NameDescription
Userview Key Name

When set to point to a corresponding form input name, the userview key value will be set into the particular field.

Example

Userview Key Value: hello

Userview Key Name: expenses_detail_hr_expense_new_title

Load Data Using Userview Key?
When checked, record row will be loaded into the form using the userview key value. The "Userview Key Name" expected is "id" to facilitate record seeking using the primary key.

Performance & Offline

Cache Settings

Name

Description

Scope

Caching options are:

  • None: No caching.
  • Application: Cache content by application where all users will see the same content.
  • User: Cache by username.
Duration (s)Duration in seconds to cache content, defaults to 20 seconds if applicable.

PWA Offline Settings

Note: PWA Offline support is dependent on the theme used.

Name

Description

Enable cache for offline supportEnable caching for offline support, usually set for use on mobile browsers.




  • No labels