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!
|
|
Deleting Attachments in SLX Client 6.2.4
Posted: 19 Mar 07 12:35 PM
|
fiogf49gjkf0d Is there a way to restrict a user from deleting only those attachments on an Account that the user himself has added? I know how to edit the user profile in SLX administrator to either allow or deny the right click Menu for 'Delete Attachments' in client. But with allowing 'Delete Attachments' the user will be able to delete all attachments pertaining to a particular account from any user... I would like to restrict that to only those attachments the user himself has added. I new to SLX so maybe I'm missing something... can anybody help me with this?
Thanks. |
|
|
|
Re: Deleting Attachments in SLX Client 6.2.4
Posted: 19 Mar 07 5:35 PM
|
fiogf49gjkf0d Whether or not it can be done with an administrator option, I don't know (I don't spend much time in the administrator ). I do know if you upgraded to v7 you could easily add the logic since the attachment screens are customizable.
Not that this helps you in v6.2.4, I just wanted to mention about the v7 possibilities. |
|
|
|
Re: Deleting Attachments in SLX Client 6.2.4
Posted: 20 Mar 07 8:38 AM
|
fiogf49gjkf0d I don't think so we just finished a customization with similar needs the trouble was that the attachments at the account level are not very easy to get at. There is a global script in system called Global system the function at the top is called: Function OnBeforeFunctionExecute_EditDeleteItem(functionNumber, functionName). If this script fires on your delete you could add logic to check the userID and then deny the delete if it doesn't match the userid of the attachment. I don't believe this is foolproof but until you upgrade to 7.x nothing will be sorry . |
|
|
| |
|