Controlled Access Section in Web

i have two section in a document , 1st section needs to be editable by the Author of the document and 2nd section should be editable to the person who has Approving Authority , but the controlled Access Section

is not working in Web Application whenever its working fine for client.

so is there any way to make section editable accordingly…

Any help will be Appreciable…

Regards

Rupesh

Subject: Controlled Access Section in Web.

Hi Rupesh, Controlled Access Section works in WEB and there is no special setting for this.

Check the Access formula

If you are Anonymous user in web. Try to use login and password while accessing the db in web

Regards

Pawan

Subject: RE: Controlled Access Section in Web.

Hi,if i am passing blank then it is letting me editable , but when put @v3username then its not working when it should be editable…

Subject: RE: Controlled Access Section in Web.

Use: @UserName. It will work

Pawan

Subject: RE: Controlled Access Section in Web.

Done , Thanks !!