Presents a confirmation prompt in a modal dialog to the user. The user must choose to accept or reject the confirmation by clicking the OK or Cancel button. The activity returns a value indicating the user's choice.
You may perform a destructive operation, such as deleting a record. It is a good practice to provide the user with an opportunity to confirm that they want to complete the operation.
| Text | 
| Required Type: String The message to display in the confirmation dialog. | 
| Title | 
| Optional Type: String The title to display in the confirmation dialog. | 
| result | 
| Type: Boolean The result of the confirmation dialog (true or false). | 
For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.
This activity works when the device has intermittent connectivity to the network.
See also...