Hi Ken,
the user creates a new folder entry by posting a custom form. When the form
is posted the script code inside it (within the write event) looks for a
specific hidden item (it uses CDO to perform this operation) in the same
folder whose message class is "IPC.Counters", reads a custom property named
counter and increments it.
I gave the users permission to read,write and delete any items in the folder
but not the ability to delete or add subfolders to this folder.
It happened that the hidden item couldn't be updated. So I extended the
permission to 'Owner' and now it works fine.
The fact is that I'd prefere not to give such a wide permission o prevent
the user to accidentally remove the folder or add subfolders to it or change
the folder permissions.
Max
Ken Slovak - said:
So what is the question then? A hidden item by definition is never
seen in the UI.
Max Carussi said:
Hi ken,
yes I used the indications you gave me in a previous thread abd I created
this hidden item with CDO using the hiddenmessages collection.
I'm accessing the Item from the script with CDO. But I had to give users
'Owner' permission to the folder otherwise they couldn't modify the custom
property holding the counter value.
Max Carussi - [JAD - MS Platform]