Uidoc.gotofield-one query

Hi,

I have one database in which the statement

uidoc.gotofield(SW) is written for more than 15 times…

Now I want to design the functionality which will allow only authorized person to edit. I designed this fucntionality but it is allowing all users to edit. Is this because the statement

uidoc.gotofield(SW) is overcoming the designed functionality?

Pls reply…

Mathew.

Subject: uidoc.gotofield-one query…

Sorry…I forgot to mention that all users should be allowed to edit the field but only authorized users should be allowed that perticular field(SW)…

Mathew.

Subject: uidoc.gotofield-one query…

If you want only authorized people to edit a document, your only save options are reader fields and access controlled sections. Any other logic can be bypassed.

In other words: If unauthorized people can edit the document (be it because of uidoc.gotofield() or not, you don’t use a save mechanism.