Prevent Accidental User Action Clicks

Prevent Accidental User Action Clicks

Comments

  • We added custom action and in order to avoid accidental click on the actions would like to provide a confirmation option to confirm if action should be taken. How can this be done?

  • To resolve, add a form step at the beginning of the action flow to allow users to select Yes or No. If Yes, then point to the steps to complete the intended action. If No, then point to the end step - closing the form and completing the flow.
    Since these are custom actions, there should be a configuration folder holding these action flows. The configuration folder should be the same data structure/ type that youre reporting on.

    Ive attached an example project containing the Account Configuration folder where I built the user action and confirmation form. To run the action, navigate to System> Security> Accounts and right click the Accounts report > run Sample Action.

    The same form needs to be added to your existing user action flows.

Sign In or Register to comment.