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!
|
|
Security settings
Posted: 29 Jan 10 3:56 AM
|
I want that my account delete history of opportunity of an another account. Is possible? Any hints? |
|
|
|
Re: Security settings
Posted: 30 Jan 10 5:52 AM
|
What do you mean, exactly, by "history of opportunity"?
How can an account delete things? Surely it is the user that does the deleting ... |
|
|
|
Re: Security settings
Posted: 30 Jan 10 8:34 AM
|
Can you please provide better detail as your description is vague and the business practice you're implying is questionable. |
|
|
|
Re: Security settings
Posted: 05 Feb 10 10:15 AM
|
For example: One account (George) write the same template two time; another account (Paul) wants to delete the history because he wants one write template |
|
|
|
Re: Security settings
Posted: 10 Feb 10 8:21 AM
|
If you want to allow a user to delete another user's history, you will need to edit the "Notes History Common" vbscript plugin.
If you find the procedure Sub PopupMenuClick(Sender, Item)
You will see that there is an if statement that checks if the logged on user = the user who created the history. If you edit this out, you will be able to allow users to delete each others histories
nick |
|
|
|