Hello imak, In one of my application I have implemented Application settings same as you want to right now. I developed Security Level for each type of user type. Admin can add so for each form/task in the application. When the logged user logs in, reading these set settings user can access or cannot access based on the security settings. For example, you have Customer form : Customer Add 0, 1, 2 Edit 0, 2 Delete 0 User Type with Roles (0- Admin, 1-Operator, 2-Receptionist] are set as 0, 1, 2... and so are to the tasks of Custoemr form. So you see Add can be performed by Admin, Operator & Receptionist; Edit can be performed by Admin & Receptionist; Delete can be performed only by Admin The same if you don't want to do task wise and only form wise, you can do that to by just setting for Customer form and not tasks of the form. So all tasks will be set by all those users. Hope this helps. NOTE: Vote if this helps.
Thanks & Regards,