Open Widget Window to Confirm Deletion Selection
Posted: March 9th, 2022, 12:44 pm
In Platform 3 tenant I'm trying to add a feature to the Account Home page. The page has a feature to delete users created (if signed in as userA, it wouldn't allow userA to delete self and display a message). However, if userA deletes userB, it will directly delete the user without displaying an 'Are you sure you want to delete the user' message
I created a widget with 2 buttons either selecting (yes/cancel) How do I implement it to open the widget, wait for a response from the user, and return the query string from the widget to the DeleteButton Model, based on the response from the widget it will either just close the widget or close the widget and delete the user?
I created a widget with 2 buttons either selecting (yes/cancel) How do I implement it to open the widget, wait for a response from the user, and return the query string from the widget to the DeleteButton Model, based on the response from the widget it will either just close the widget or close the widget and delete the user?