0

I have to edit Company Name profile property in SSP. It is not allowing me edit or delete property. I need to change length value from 250 to 50. How can I do that? Can we set through code?

alt text

alt text

Community
  • 1
  • 1
James123
  • 11,184
  • 66
  • 189
  • 343

3 Answers3

1

Even if you can't delete the property, you should be able to hide it and create another one with the same display name.

Tom Clarkson
  • 16,074
  • 2
  • 43
  • 51
0

If you have access to Sharepoint database, you can definitely do it directly there (which I do not recommend unless you're completely sure what you are doing).

Jull
  • 271
  • 2
  • 5
  • 15
  • In which database table I can do that? Please let me know. – James123 May 06 '10 at 03:21
  • I think it should be in table Lists in Content database. As I remember it contains something like 'fields' column, but I don't remember how data is represented there. – Jull May 06 '10 at 03:35
  • If you access any of the SharePoint databases in another way than via the object model, you will lose MS support for you entire farm. – Flo May 06 '10 at 07:40
  • Not to mention that an update can mess up your changes, or your change can mess up the update. – KoenVosters May 06 '10 at 15:29
0

Check if this property is mapped to an Active Directory property. If it is then go to AD manager and change the propertie's properties there :)

Maks Matsveyeu
  • 866
  • 5
  • 11