Make tasks read only?

  • Thread starter Varuni Jayamaha
  • Start date
V

Varuni Jayamaha

I'm trying to give standardize the project pro templates we use so that
users would only have the ability to change task information. They shouldn't
be able to delete or change the names of tasks. Is there any way to make
tasks fields read only / freeze them?

Many thanks
Varuni
 
T

TGG

The only way I've come up with is to do the following:
1. designate a task level custom field as my "this is a
standard template task" indicator.
2. Go into your templates and set the indicator
3. Create a VBA macro on the TaskEvents (I believe as I
don't have it in front of me) TaskNew/TaskUpdate that look
at that flag, if set, disallow the task description update.

It's not secure if someone is motivated to find the flag,
as they can turn it off. Unless you create a second macro
to guard that field update, but I'm only speculating at
this point.

Hope this helps!
--Treb
 
V

Varuni Jayamaha

Thanks!! Will try that and get back to you :)

TGG said:
The only way I've come up with is to do the following:
1. designate a task level custom field as my "this is a
standard template task" indicator.
2. Go into your templates and set the indicator
3. Create a VBA macro on the TaskEvents (I believe as I
don't have it in front of me) TaskNew/TaskUpdate that look
at that flag, if set, disallow the task description update.

It's not secure if someone is motivated to find the flag,
as they can turn it off. Unless you create a second macro
to guard that field update, but I'm only speculating at
this point.

Hope this helps!
--Treb
 
T

TGG

You will probably also want to get familiar with the
Project.vba group as it is a very valuable resource.

--Treb
 

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