Have you created an Action in Dynamic Views to delete a record if clicked? Many people would like to have a confirmation of delete instead of just deleting the record off of first click.
Here are the steps in which you can create a Confirm Message before executing an Action.
Step 1.)
Create a Dynamic Views Action in your Dynamic View. After configuring, save the Action.
Step 2.)
Place the Action [token] into your Dynamic Views Item Template so you can view your Action. Inspect the Action / Hyperlink and you’ll see that a URL redirection is in place if clicked. Copy this link URL, this is very important to hold onto.
The link will look similar, but not exact, to the link below:
www.yousite.com/DynamicViews/tabid/95/CurModuleID/486/Action/True/ActionID/3/PrimaryID/[userid]/Default.aspx'
Which ever column you’ve specified as the Primary Key for your Dynamic View you will replace with the“[userid]” in the URL link above.
Step 3.)
Create your own HTML button, hyperlink or image button for the Action so that you have full control.
Step 3a.)
Here’s an example hyperlink example to customize your Action.
Step 4.)
Save your Templates in Dynamic Views and test this method.
Please let me know if you have any questions.
Thanks,
Ryan