Accessing different views from Sharepoint Library

R

Rhonda

Hi I have a form that is being used for employees to submit classified ads.
I can get the form to submit the ad and it shows up in the form library.
What I would like to do is once a form is listed, only the creator can edit
it. Other employees should be able to open it and read it (perhaps a
different view?). Does anyone know how to get this kind of functionality?

Thanks in advance.
 
B

Bart

hi rhonda,

i had the same issue i solved it as follows

in the load event check wether the form is being loaded for the first
time(if submitted set an hidden field to 1 or something else)

use javascript and to see the wether the curent logged in user is the one
who submitted the form(provided when submitting through logic or make the
user enter his domain\loginname somewhere)

if no make all the controls readonly(Conditional formatting)

hoe this helps
Bart
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top