Hi Everyone,
Working on creating a functionality to delete a user
Created a client action as shown below -
Hi Saif,
You need to set the delete rule as Delete wherever you have used User ID as foreign key . But i would suggest better soft delete by just updating the user IsActive false and in List only show the items which are active
Best Regards
Devendra
Hello,I would suggest referencing the Users modules and try reuse the actions it provides.