0
votes
0answers
166 views

How set Default-Values of Choice by the Creation of new Lists via (JavaScript) CSOM

Im trying to create a list by using the JavaScript CSOM, but Im stuck at a certain point. In this example I use the Template "SP.ListTemplateType.issueTracking" to create and enhance a list, in this ...
0
votes
1answer
428 views

Upload document : Default value not applied on choice column if baseFieldControl.ControlMode = SPControlMode.Display

I created a new site column, a choice column with 5 values to pick from in a drop down list : 1, 2, 3, 4 (default value), 5 I then created a document content type using this column. The problem I am ...