Display the dialog to input the field value.
Show a dialog to enter values for the fields in the records currently displayed on the page. It is possible to enter multiple field values in a single dialog.
When a user enters a field value in the dialog and clicks OK to close the dialog, the entered value is set in the field. If the user clicks Cancel, the value will not be set.
The set of field values will be treated as follows:
The following are the differences from “Display Input String Dialog.”
When entering the date and time, it is necessary to follow the specified format. The OK button in the dialog is unclickable due to formatting errors.
Set Message Text, Input Field, OK Button Label, Cancel Button Label, and Check Required.
Enter the text to be displayed in the message part of the dialog.
Select the fields to enter values.
You can specify multiple fields and also set the order. It is acceptable to select only one field, rather than multiple fields. You can select an unlimited number of fields, but if you choose too many, the dialog may overflow off the page.
This parameter accepts the following field types:
This parameter does not accept fields that are inside tables.
You can change the label displayed on the OK button using this parameter.
You can change the label displayed on the Cancel button using this parameter.
Select which fields are required.
This action can be used when a record is identifiable as a single line, such as “When adding a row in krewSheet.”
Unlike the standard record list page, krewSheet allows for saving multiple rows at once, so it cannot be used with the condition “Before Record Saved Excluding Deleted.”
This action can be used when the record can be identified.
For example, you can configure additional items to be entered based on specific conditions, such as “[when a date or time is selected in Calendar Plus[” or “[Before Record Saved Excluding Deleted[.” However, if you are using the condition of “when a date or time is selected in Calendar Plus,” ensure that you set “Cancel Calendar Plus standard behavior” to “Calendar Plus standard behavior” to avoid conflicts with the standard input dialog of Calendar Plus.
You cannot set fields for records that are not displayed on the current page.
In the mobile view, manual input for the date field is not available. Only calendar input is supported.
If the “Display Field Value Input Dialog” action is executed when another dialog is already open and the user has not yet closed that dialog, the already open dialog takes precedence, and the subsequently executed “Display Field Value Input Dialog” is ignored. In this case, the result of the “Display Field Value Input Dialog” action will be treated as canceled.