Tagged Questions
0
votes
0answers
165 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 ...
1
vote
2answers
407 views
Add value to Choice field through ClientContext API
I'd like to add and select values to a choice field in a document library. Something obviously more tricky than I remembered.
I'm doing something like this but it doesn't work. The value gets added ...