MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

Controlling document titles in libraries

  Asked By: Bradley Rogers         Date: Jun 10, 2009      Category: MOSS      Views: 214
 

I know that I can control and enforce the competion of metadata on documents in a doc library in MOSS. However, it is possible to control the title/naming convention of documents in a library as well?

Tagged:          

 

1 Answer Found

 
Answer #1       Answered By: Kaitlyn Clark          Answered On: Jun 10, 2009       

You have at least two options.

First, you can use an event receiver. Depending on its flavor, you can change the title after the fact to conform to some standard or you can analyze whether it conforms and reject it (and tell the user why).

Second, you can do it via javascript in a data form web part.

Are you familiar with either of those approaches?

 
Didn't find what you were looking for? Find more on Controlling document titles in libraries Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].