Subject: RE: Reader ACL access and @setprofilefield
Does this mean that reader ACL access right is not enough to make use of profile document for storing temporary data to be passed between frames (in example) ?
Bruce Stapley says in the post that I quoted “you can edit a profile document using @setprofilefield even if you’re only a Reader”.
Either I am doing something wrong or Bruce is wrong. I wish he is right and I am not doing what required.
Using 6.5, I am able to edit and save a profile document using LotusScript. (I can also do this with @setprofilefield.)
One funny thing is that I get an error if I try to save the profile document with reader access. Yet the info gets saved even if I don’t save the profile document. I’m using doc.removeitem(“fieldname”). This is actually removing the field from the profile document, even if I don’t save this document. This profile document is being saved when the database is closed and keeps the edited value when the db is opened again.