Sharepoint 2003 SPList and make Title field not mandatory
- From: psola@xxxxxxxxxxxxxxxx
- Date: 10 Aug 2006 01:35:01 -0700
Hi,
I try to make "Title" field not mandatory programmatically in a custom
SPList.
Here is the code I use:
myWeb.AllowUnsafeUpdates = true;
myList.Fields["Title"].Required = false;
myList.Update();
myWeb.AllowUnsafeUpdates = false;
I have no error but this code remains without any effect. Title field
is still mandatory...
Do someone already observed something like this ?
Is there another solution, except the manual way ?
Best regards,
Patrick Sola.
.
- Prev by Date: Accessing a items in a folder in SPList
- Next by Date: Re: Can't get items from list using WebServices in MOSS 2007
- Previous by thread: Accessing a items in a folder in SPList
- Next by thread: InfoPath Forms Services
- Index(es):