<< Click to Display Table of Contents >> Suggest |
Use
The Suggest control enables text prediction. Bizagi predicts the word that the end user intent to type in without the user actually typing it in completely.
Considerations
•The user must know the sequence of the letters of the word (attribute content). If a full search is defined, this sequence can constitute any part of the word otherwise it must comprise the first few letters of the word. For example, suppose the Suggest control is related to the City Name attribute of the City entity. The user must enter the letter "p" following by "h" in order for the system to predict the record entry of "Phoenix".
•To display information about the record found, the controls related must be refreshed using Actions and Validations.
•Suggest control searches over the principal display name of records. Translated values will not be displayed.
Related to attribute types
Suggest controls are related attributes with relationships to Master, Parameter and System entities.
To use the Suggest control drag and drop the related attribute to the Display Area and right-click the control. Select Convert to, and select the Suggest control option.
Properties
Every control has a set of properties that allow to customize its behavior in the Work Portal. However, some properties are exclusive to a specific control. The following properties are exclusive to the Suggest control:
Basic tab
PROPERTY |
DESCRIPTION |
---|---|
Display attribute |
Defines the attribute of the entity on which the prediction is based. For example, the City Name attribute of the City entity. |
Additional attribute |
Defines an additional attribute to be shown in the control. It will follow the Display attribute with a coma. The search will be performed on both attributes: the Display attribute and the additional attribute. |
Advanced tab
PROPERTY |
DESCRIPTION |
---|---|
Submit on change |
This property is deprecated. We suggest using Actions and Validations. When enabled, as the end user selects a value from the control, the entire form will refresh and execute all Actions, Validations and visibility rules, saving what has been entered. The records related to the entity searched will be displayed. |
Allow full search |
If selected the search will be performed to match ANY part of the content of the Display attribute. For example, searching over the Customer entity in the attribute Name. There is a customer named Julie Jackson. If the end user types "acks" Bizagi will find this record, since the entered string is found within the Name. If the property is disabled Bizagi will NOT find a record. By default, this property is disabled and the prediction is based on the first letter of the target word. We strongly recommend to enable it in order to perform more accurate searches. |
Allow clear |
Enables the option for end users to clear the Form of information autofilled from a previous search. |
Max records (suggest) |
Defines the maximum number of results to be displayed in the results section. |
Minimum chars (suggest) |
Defines the minimum number of characters that must be typed to start searching records. |
Sort by attribute |
Enables the suggested results to be sorted by an attribute of the related entity. The results are sorted in ascending order based on the chosen attribute. For example, the Customer control can be sorted by either the Last name or by the identification number. If a method of sorting is not defined, the attribute will be ordered by its internal identifier. |
Allows you to define a smaller set of values from the list of all possible values in the related search. Bizagi only display the records that meet the filter condition defined in a Boolean expression. |
Allow clear example
Note the Customer information namely the Address and Telephone controls entries are cleared.
Example
In a Purchase Request Process it is necessary to search for the Customer. Doing so requires a Suggest control.
1. For this you need a Master entity where all the Customer's information is stored. There must be an attribute in the Process Entity pointing to the Master entity; this will be done using a related attribute relationship between Purchase Request (Process Entity) and Customer (Master entity).
2. In the Forms Designer identify the related attribute called Customer. Drag and drop it in the Design area.
When you drag and drop an attribute with a related entity relationship (to a Master entity) it will be interpreted in Bizagi as a Search control by default.
3. Right-click it and select Convert to and then Suggest.
4. In the control's Basic Properties select the Display attribute that will form the basis of the text prediction. In this case it will be the Name of the Customer.
5. Include in the form the Customer's attributes you need to display. We will include the customer's gender and the telephone.
These controls are read-only so the contents can't be altered once loaded.
6. Group the Customer phone and Gender by using a Panel container.
7. Create an action to update the customer's data when the selected customer changes. Use the Refresh command to do so.
8. In the Suggest's Advanced properties enable the following properties: Allow full search and Allow clear.
In the Work Portal, the Customer control will be a Suggest type control. It will allow end users to search for a Customer by typing any letters contained in the Customer name. Bizagi will display the records of the entity in which the content match the search criteria (sequence of letters entered).
Note that by using the Refresh action, the Telephone and Gender attributes are loaded as the end user selects a record.
Last Updated 1/23/2023 12:04:41 PM