tags:

views:

83

answers:

2

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

A: 

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
In which database table I can do that? Please let me know.
James123
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
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
Not to mention that an update can mess up your changes, or your change can mess up the update.
KoenVosters
+1  A: 

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
How can I hide it property?
James123
There is no global hide option, but there are settings for if/how it displays on the profile/edit details pages.
Tom Clarkson