Tagged Questions
0
votes
1answer
40 views
SharePoint 2013: Creating Site Columns using CAML
I had a SharePoint solution which is working perfectly in SharePoint 2007 and SharePoint 2010.
The solution contained Site Columns that were created using CAML (XML Files). Further I created a ...
0
votes
1answer
54 views
Content type is not creating Parent properly
I am trying to create generic content type creation using following code.
// Create a Content Type Information object
ContentTypeCreationInformation _customcontenttype = new ...
1
vote
2answers
308 views
Disable value in dropdown menu after being selected
I have created a library in which i am using the drop down column with some values.These Values will depend on the group to which the user belongs.
For Eg.
If Drop Values are A, B , C, D, E
and ...
0
votes
1answer
1k views
Using parent/child lists as lookup column on a document library
I am using SharePoint Foundation and have created a parent and child list which both have a Title field. The child list has an additional lookup column to the parent list.
This enables me to enter ...