The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
How can you prevent a user from deleting an account
Posted: 10 Nov 07 3:41 PM
|
I'm new to AA and .NET development, so this will be the first of many questions I'm sure. I don't see in AA where you can access the web client toolbars. Does anyone know if this is possible?. I also looked into the OnBeforeDelete event of the Account entity but don't know if it's possible to prevent an account deletion from this event. Thanks.
Dan |
|
|
| |
|
Re: How can you prevent a user from deleting an account
Posted: 11 Nov 07 10:07 AM
|
Launch Administrator, login as Admin View the Users list (usually loads by default) Select the user - double-click to open their properties Select the Security tab Select the Accounts tab within the Security tab Uncheck the box below the label "Allow user to..." Delete Accounts Click OK (You may also want to check the Menus tab to enable/disable appropriate menu options) |
|
|
|
Re: How can you prevent a user from deleting an account
Posted: 11 Nov 07 1:38 PM
|
Hi Rick,
This method is only used for the Client/Server version, not for the web version. You can set up roles i.e. (Deny Delete Account) via the Security Explorer and then assign those roles to the forms
-- Duncan |
|
|
| |
| |
|