By writing a [Description] for Data Items within the Process Modeller, you can display notes beneath the Data Items in the Input form. Since you can set HTML and JavaScript as well as plain text, various things that enhance business efficiency such as emphasising "business precautions", displaying URLs to related sites, and displaying counters for the number of input characters, etc. can be realised.
1. Usage Example of the Description (Input hint)
- a. Indicate Input Examples
- Control variations in the input format by giving input examples
- b. Indicate Reference Value
- Reduce variation due to the subjectivity of the operator by describing a judgement or selection criteria
- c. Warning and Reminder
- Instil operational policies and annual goals within the organisation
- As a way to reduce input mistakes it is also effective to set an [Initial value] that automatically enters default data (M207)
Tutorial: Design a User-Friendly Input Form
2. Overview of Description Mechanisms at each Step
- a. Description of each Data item
- An explanatory note of the editable item displayed on the form will be posted directly beneath the item
- b. Description of Guide Panel type Data Item
- The Guide Panel is a Data Item specifically for descriptions and notes. It can be set as either visible or non-visible at each Step
- [Guide Panel] is a special Data Item for showing a description (M205)
3. Setting up Description
- a. Post static tips
- Describe information to help the business operation in plain text or HTML
- b. Post Descriptions Dynamically
- Change the contents of the description by referring to data being input using JavaScript
- Setting display changes or data communications using JavaScript is done at your own risk
- Use "Questetra Form JavaScript API" to get / set the values of the input fields.
- To avoid conflicts with what is used in Questetra, define your own function's name/element ID to start with "user_".
R2132: Questetra Form JavaScript API
R2131: HTML Tags Available for Operation Form
X. Workflow-Sample
- Travel Request Flow
- Hours-worked Report Flow
- Inquiry Handling Process
- Translation-Time Measurement
- Article Creation Flow
- Contract Approval Process
- Lending Management Process
Z. More Info: Example of Decoration Using HTML
- a. UI Decorator
- You can easily create HTML for [Guide Panel] to decorate the interface with.
Guide Panel Decorator
Z. More Info: Example of Decoration Using JavaScript
- a. Decoration Examples
- It supports user input and screen display, such as simple input by clicking a button, display according to options, and unique input check.
Decoration Examples (2022-08)
Please note;) Simple operational verification has been conducted on exemplified codes, but operation in every environment is not guaranteed. Be sure to use it at your own risk when using it. Please also use it after acknowledging in advance the possibility that it will stop working in future product updates.
Comments
0 comments
Please sign in to leave a comment.