0
votes
1answer
227 views

Set defaul value for DVWP parameters programmatically

Good day I need to set default value for ParameterBinding of DVWP as follows: <ParameterBinding Name="StartDate" Location="Postback;Connection;" DefaultValue="2012-07-01T00:00:00Z"/> ...
0
votes
0answers
167 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 ...