Tagged Questions
1
vote
1answer
133 views
Non-global fields for custom content types?
I've been tasked with creating a fairly complex system in sharepoint 2010. Coming from a background of from-scratch .NET applications, I'm used to defining tables with their own "local" columns.
My ...
1
vote
1answer
275 views
How Do I Rename a List Instance's Field's StaticName in FeatureUpdating?
I am creating a custom WSP in Visual Studio. This solution has several custom content types with custom fields as well as a list instance with content types enabled. Unfortunately, i need to change ...
0
votes
3answers
622 views
How do I create a sequential workflow in visual studio to update a list column?
I have list in SharePoint with a field that I want to auto-populate based on values of other fields in the row. I would normally use a calculated field but the calculated field doesn't have ...
0
votes
3answers
160 views
Sharepoint contenttype columns -> types
Does anybody have a list of all internal "type" names of contenttype - columns in SP2010?
I am creating a custom contenttype in VS and really don't have an idea where to get them from. I already ...
2
votes
2answers
1k views
How to make SharePoint fields mandatory conditioned on other fields?
For example, in a workflow task, I might have a master field called "Approve" which, if set to "No", makes it unnecessary to complete the rest of the form (and thus makes them non-mandatory). Is there ...