Message Box
This action displays a confirm message box on the screen. The parameter keys of the message box are composed of Title, Content, True, and False. The execution of the next action is determined based on the result of the message box.
- Message Box
- Available Input Type (key) options (Default: Static)
- Static: The key field input value is managed as text.
- Symbolic: The input value is in symbolic string form. When Symbolic is selected, the key input field changes to a search field, and the symbolic string lookup screen is called to enter the key. After input, the symbolic string code value is displayed in the key input field.
- The message is composed using the value specified by the key. There are four parameter keys in the Message Box: Title, Content, True, and False. In Figure 2, "Delete Confirmation" is the Title, "Are you sure you want to delete?" is the Content, "No" is False, and "Yes" is True.