wrote:
I assume you implemented a hard delete in your screen (remove lines instead of setting IsActive = 0) so those roles are gone from the Role entity, there's no flag to change. If you need those records, you would have to revert to a database backup.
If you don't have a database backup, you'll have to recreate those Roles by hand in your module.
You should be very wary of hard deleting records from internal entities like Role or Entity - this sort of behaviour is not documented so the platform can act in unexpected ways.
Thanks
I will take care of this ahead.
May be due to Role issue User application is not working also. Please see screenshot below
I would like to create new users from here, but application is now providing the option to create new user.
Kindly let me know what I can do to run User application.
Thanks