Public Task Folder (Item.Save)

  • Thread starter Thread starter Joel
  • Start date Start date
J

Joel

I use a Item.Save in my script. Everything works great. One problem
though, what if the user opening up a task does not have Permissions set to
save? When this happens, it creates an error in the scipt for that person.
Any ideas of how to solve this?

Thanks - Joel
 
Add an On Error Resume Next statement and handle the error with a message to
the user if you like.
 
Back
Top