sp-js-provisioning 1.1.4 → 1.2.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/TempTemplate.json +1441 -0
  2. package/lib/handlers/clientsidepages.d.ts +6 -4
  3. package/lib/handlers/clientsidepages.js +62 -46
  4. package/lib/handlers/clientsidepages.js.map +1 -1
  5. package/lib/handlers/composedlook.d.ts +2 -2
  6. package/lib/handlers/composedlook.js.map +1 -1
  7. package/lib/handlers/contenttypes.d.ts +2 -2
  8. package/lib/handlers/contenttypes.js +2 -3
  9. package/lib/handlers/contenttypes.js.map +1 -1
  10. package/lib/handlers/customactions.d.ts +2 -2
  11. package/lib/handlers/customactions.js +13 -13
  12. package/lib/handlers/customactions.js.map +1 -1
  13. package/lib/handlers/features.d.ts +2 -2
  14. package/lib/handlers/features.js.map +1 -1
  15. package/lib/handlers/files.d.ts +5 -5
  16. package/lib/handlers/files.js +8 -11
  17. package/lib/handlers/files.js.map +1 -1
  18. package/lib/handlers/handlerbase.d.ts +2 -2
  19. package/lib/handlers/handlerbase.js.map +1 -1
  20. package/lib/handlers/hooks.d.ts +4 -4
  21. package/lib/handlers/hooks.js.map +1 -1
  22. package/lib/handlers/lists.d.ts +3 -3
  23. package/lib/handlers/lists.js +7 -10
  24. package/lib/handlers/lists.js.map +1 -1
  25. package/lib/handlers/navigation.d.ts +2 -2
  26. package/lib/handlers/navigation.js +3 -3
  27. package/lib/handlers/navigation.js.map +1 -1
  28. package/lib/handlers/propertybagentries.d.ts +2 -2
  29. package/lib/handlers/propertybagentries.js +1 -1
  30. package/lib/handlers/propertybagentries.js.map +1 -1
  31. package/lib/handlers/sitefields.d.ts +2 -2
  32. package/lib/handlers/sitefields.js +1 -2
  33. package/lib/handlers/sitefields.js.map +1 -1
  34. package/lib/handlers/websettings.d.ts +2 -2
  35. package/lib/handlers/websettings.js.map +1 -1
  36. package/lib/index.d.ts +0 -1
  37. package/lib/index.js +0 -1
  38. package/lib/index.js.map +1 -1
  39. package/lib/provisioningconfig.d.ts +0 -2
  40. package/lib/schema.d.ts +11 -10
  41. package/lib/util/index.d.ts +1 -2
  42. package/lib/util/index.js.map +1 -1
  43. package/lib/webprovisioner.d.ts +4 -4
  44. package/lib/webprovisioner.js +4 -17
  45. package/lib/webprovisioner.js.map +1 -1
  46. package/package.json +7 -7
  47. package/sample-schemas/all-simple.ts +1 -1
@@ -0,0 +1,1441 @@
1
+ {
2
+ "Version": "1.9.0",
3
+ "Parameters": {
4
+ "ProvisionSiteFields": "Kolonner for Prosjektportalen (Prosjekt)",
5
+ "CustomSiteFields": "Egendefinerte kolonner for Prosjektportalen",
6
+ "ProjectContentTypeId": "0x0100805E9E4FEAAB4F0EABAB2600D30DB70C",
7
+ "ProjectStatusContentTypeId": "0x010022252E35737A413FB56A1BA53862F6D5"
8
+ },
9
+ "ContentTypes": [
10
+ {
11
+ "ID": "0x0100A87AE71CBF2643A6BC9D0948BD2EE897",
12
+ "Name": "Usikkerhet",
13
+ "Description": "",
14
+ "Group": "Prosjektportalen innholdstyper",
15
+ "FieldRefs": [
16
+ {
17
+ "ID": "e930090a-480e-414a-bd4a-0ef5bca31443",
18
+ "Name": "GtRiskDescription"
19
+ },
20
+ {
21
+ "ID": "325543a5-815d-485d-a9a5-e0773ad762e9",
22
+ "Name": "GtProjectPhase"
23
+ },
24
+ {
25
+ "ID": "c755525b-3716-4ee8-a4f4-f9684808c009",
26
+ "Name": "GtRiskProximity"
27
+ },
28
+ {
29
+ "ID": "6219fd33-2f3c-42f5-9790-174143bfb99c",
30
+ "Name": "GtRiskAction"
31
+ },
32
+ {
33
+ "ID": "04cfd3c0-5f18-4906-bdca-b5f84b693437",
34
+ "Name": "GtRiskStrategy"
35
+ },
36
+ {
37
+ "ID": "2ae541a5-5ecc-481d-afb6-c03a6f1e71b4",
38
+ "Name": "GtActionResponsible"
39
+ },
40
+ {
41
+ "ID": "0e1b295d-2bfb-4ef6-ae92-e72068e56111",
42
+ "Name": "GtRiskProbability"
43
+ },
44
+ {
45
+ "ID": "554d32a0-0148-4b3c-bfc4-f101232ee501",
46
+ "Name": "GtRiskConsequence"
47
+ },
48
+ {
49
+ "ID": "8499bd48-4c5d-43ae-8e27-7968d49ca14f",
50
+ "Name": "GtRiskFactor"
51
+ },
52
+ {
53
+ "ID": "f81ebcb7-8791-44b0-9919-08ed5524b11d",
54
+ "Name": "GtRiskProbabilityPostAction"
55
+ },
56
+ {
57
+ "ID": "00f17233-d4c0-49d0-aebd-5004552abb17",
58
+ "Name": "GtRiskConsequencePostAction"
59
+ },
60
+ {
61
+ "ID": "62f0454d-1150-4d55-86ef-075f786d6e5c",
62
+ "Name": "GtRiskFactorPostAction"
63
+ },
64
+ {
65
+ "ID": "6c2da0dc-77b1-4152-b751-97adf436faa0",
66
+ "Name": "GtRiskStatus"
67
+ },
68
+ {
69
+ "ID": "6bd17911-c48a-4900-be61-54ae26207d78",
70
+ "Name": "GtShowInPortfolio"
71
+ }
72
+ ]
73
+ },
74
+ {
75
+ "ID": "0x0100A87AE71CBF2643A6BC9D0948BD2EE89701",
76
+ "Name": "Risiko",
77
+ "Description": "",
78
+ "Group": "Prosjektportalen innholdstyper"
79
+ },
80
+ {
81
+ "ID": "0x0100A87AE71CBF2643A6BC9D0948BD2EE89702",
82
+ "Name": "Mulighet",
83
+ "Description": "",
84
+ "Group": "Prosjektportalen innholdstyper"
85
+ },
86
+ {
87
+ "ID": "0x010072C95831F8434782AB2FF6BE3E596F46",
88
+ "Name": "Interessent",
89
+ "Description": "",
90
+ "Group": "Prosjektportalen innholdstyper",
91
+ "FieldRefs": [
92
+ {
93
+ "ID": "2847b3b0-ed22-4c47-b7c0-3ebfc83dae4a",
94
+ "Name": "GtStakeholderGroup"
95
+ },
96
+ {
97
+ "ID": "970ed1b2-9e71-45aa-8f8d-c391a15f067f",
98
+ "Name": "GtStakeholderContext"
99
+ },
100
+ {
101
+ "ID": "1150d6bd-c9ba-4014-bd74-7d559110841d",
102
+ "Name": "GtStakeholderStrategy"
103
+ },
104
+ {
105
+ "ID": "748ae9b5-223d-4daa-b8f8-dc14284b59db",
106
+ "Name": "GtStakeholderInterest"
107
+ },
108
+ {
109
+ "ID": "475d2ca1-5b8e-4479-96ae-81c0a89354f3",
110
+ "Name": "GtStakeholderInfluence"
111
+ },
112
+ {
113
+ "ID": "2bb7e155-3af4-4353-a460-8da404c4e748",
114
+ "Name": "GtStakeholderInfluencePossibilty"
115
+ },
116
+ {
117
+ "ID": "45d5b378-67ce-4f21-b622-fe54b27c83a6",
118
+ "Name": "GtStakeholderActions"
119
+ }
120
+ ]
121
+ },
122
+ {
123
+ "ID": "0x010065CE65D51354419EA794C6FACD4FA2EB",
124
+ "Name": "Kommunikasjonselement",
125
+ "Description": "",
126
+ "Group": "Prosjektportalen innholdstyper",
127
+ "FieldRefs": [
128
+ {
129
+ "ID": "325543a5-815d-485d-a9a5-e0773ad762e9",
130
+ "Name": "GtProjectPhase"
131
+ },
132
+ {
133
+ "ID": "bf340fba-c512-4a07-a543-cdf2d10c578e",
134
+ "Name": "GtActionStatus"
135
+ },
136
+ {
137
+ "ID": "4d5e69a2-2eb5-422c-af04-70b67697cd23",
138
+ "Name": "GtActionChannel"
139
+ },
140
+ {
141
+ "ID": "77450582-a061-4416-af17-6dfb99fa9036",
142
+ "Name": "GtActionDate"
143
+ },
144
+ {
145
+ "ID": "2ae541a5-5ecc-481d-afb6-c03a6f1e71b4",
146
+ "Name": "GtActionResponsible"
147
+ }
148
+ ]
149
+ },
150
+ {
151
+ "ID": "0x0100486B1F8AEA24486FBA1C1BA9146C360C",
152
+ "Name": "Sjekkpunkt",
153
+ "Description": "",
154
+ "Group": "Prosjektportalen innholdstyper",
155
+ "FieldRefs": [
156
+ {
157
+ "ID": "325543a5-815d-485d-a9a5-e0773ad762e9",
158
+ "Name": "GtProjectPhase"
159
+ },
160
+ {
161
+ "ID": "249527a3-c7f9-4ea5-9c33-f942c06c9215",
162
+ "Name": "GtChecklistStatus"
163
+ },
164
+ {
165
+ "ID": "509a6bfe-004e-41f9-bd73-9a0e02d5c4a7",
166
+ "Name": "GtComment"
167
+ },
168
+ {
169
+ "ID": "0e82c395-9ed9-43f9-871a-208215b18558",
170
+ "Name": "GtSortOrder"
171
+ }
172
+ ]
173
+ },
174
+ {
175
+ "ID": "0x0100D7B74DE815F946D3B0F99D19F9B36B68",
176
+ "Name": "Prosjektleveranse",
177
+ "Description": "",
178
+ "Group": "Prosjektportalen innholdstyper",
179
+ "FieldRefs": [
180
+ {
181
+ "ID": "99430a99-1354-418f-921f-7ddfdb6c0d7f",
182
+ "Name": "GtDeliveryDescription"
183
+ },
184
+ {
185
+ "ID": "219a5cdf-799c-48ee-8869-ea39e4b9a6aa",
186
+ "Name": "GtDeliveryStartTime"
187
+ },
188
+ {
189
+ "ID": "eb78509b-4109-474e-aca8-90d024a960de",
190
+ "Name": "GtDeliveryEndTime"
191
+ },
192
+ {
193
+ "ID": "c8e260c2-6887-4f9e-a713-7200246c3b1c",
194
+ "Name": "GtDeliveryQualityExpectations"
195
+ },
196
+ {
197
+ "ID": "149a30c2-056d-44f0-9cb5-29bfc632ca25",
198
+ "Name": "GtDeliveryAcceptanceCriteria"
199
+ },
200
+ {
201
+ "ID": "3dd7058b-0ba1-46e5-b40a-4f2f542638ea",
202
+ "Name": "GtDeliveryQualityTolerance"
203
+ },
204
+ {
205
+ "ID": "c845028e-3395-49d4-86fe-6d94992c38c2",
206
+ "Name": "GtDeliveryQualityResponsible"
207
+ },
208
+ {
209
+ "ID": "3bcfaa2c-e9bd-4a22-bf65-af4d68c308e7",
210
+ "Name": "GtDeliveryAcceptanceMethod"
211
+ },
212
+ {
213
+ "ID": "dc856c1d-0b98-4d38-9918-d7068f74bd8b",
214
+ "Name": "GtDeliveryAcceptanceResponsible"
215
+ },
216
+ {
217
+ "ID": "ce9474dd-407b-4480-951a-5381857fad6a",
218
+ "Name": "GtDeliveryAcceptanceDate"
219
+ },
220
+ {
221
+ "ID": "4322afd6-5f0f-4a22-819a-cb61668e6ede",
222
+ "Name": "GtDeliveryStatus"
223
+ },
224
+ {
225
+ "ID": "4393ed3c-1599-4ab3-8444-444ab35754bb",
226
+ "Name": "GtDeliveryStatusComment"
227
+ },
228
+ {
229
+ "ID": "4d342fb6-a0e0-4064-b794-c1d36c922997",
230
+ "Name": "GtTag"
231
+ }
232
+ ]
233
+ },
234
+ {
235
+ "ID": "0x01004EDD18CB92C14EBA97103D909C897810",
236
+ "Name": "Prosjektloggelement",
237
+ "Description": "",
238
+ "Group": "Prosjektportalen innholdstyper",
239
+ "FieldRefs": [
240
+ {
241
+ "ID": "2391d165-5d13-46b7-87d2-e32040293210",
242
+ "Name": "GtProjectLogType"
243
+ },
244
+ {
245
+ "ID": "49b0ba6b-d1ec-4644-91b7-691a33524c90",
246
+ "Name": "GtProjectLogReporter"
247
+ },
248
+ {
249
+ "ID": "a3462545-ac76-4681-96b4-f883fea4b2ba",
250
+ "Name": "GtProjectLogDescription"
251
+ },
252
+ {
253
+ "ID": "7838332a-cf7f-47d5-924f-8c6d134935ea",
254
+ "Name": "GtProjectLogResponsible"
255
+ },
256
+ {
257
+ "ID": "7b424ee7-bcc8-490a-8c4c-01637da03347",
258
+ "Name": "GtProjectLogConsequence"
259
+ },
260
+ {
261
+ "ID": "6aad1f97-ba6f-4865-b325-9deea7bd0564",
262
+ "Name": "GtProjectLogRecommendation"
263
+ },
264
+ {
265
+ "ID": "832a2eeb-5709-40b4-9f7c-04ae67ddd86b",
266
+ "Name": "GtProjectLogExperience"
267
+ },
268
+ {
269
+ "ID": "6539658a-b186-402c-b224-9fb41cb48596",
270
+ "Name": "GtProjectLogActors"
271
+ }
272
+ ]
273
+ },
274
+ {
275
+ "ID": "0x010200C19C974828B24D469B69C22B2D1FFB63",
276
+ "Name": "Prosjekthendelse",
277
+ "Description": "",
278
+ "Group": "Prosjektportalen innholdstyper"
279
+ },
280
+ {
281
+ "ID": "0x01080024FEF2F7FA284B7CB33E6635D636E380",
282
+ "Name": "Prosjektoppgave",
283
+ "Description": "",
284
+ "Group": "Prosjektportalen innholdstyper",
285
+ "FieldRefs": [
286
+ {
287
+ "ID": "325543a5-815d-485d-a9a5-e0773ad762e9",
288
+ "Name": "GtProjectPhase"
289
+ }
290
+ ]
291
+ },
292
+ {
293
+ "ID": "0x010039EAFDC2A1624C1BA1A444FC8FE85DEC",
294
+ "Name": "Gevinstoppfølging",
295
+ "Group": "Prosjektportalen innholdstyper",
296
+ "FieldRefs": [
297
+ {
298
+ "ID": "5c6fafbb-aee4-4e46-b110-5c798916c2ca",
299
+ "Name": "GtMeasurementDate"
300
+ },
301
+ {
302
+ "ID": "70dc7c4a-54ec-4674-b238-2b2a889e1b49",
303
+ "Name": "GtMeasurementValue"
304
+ },
305
+ {
306
+ "ID": "0b78e51d-84d9-4885-9e79-2fe382a2ceb9",
307
+ "Name": "GtMeasurementComment"
308
+ }
309
+ ]
310
+ },
311
+ {
312
+ "ID": "0x01004F466123309D46BAB9D5C6DE89A6CF67",
313
+ "Name": "Gevinst",
314
+ "Group": "Prosjektportalen innholdstyper",
315
+ "FieldRefs": [
316
+ {
317
+ "ID": "a1a56abd-5b3d-45d2-8617-32b2f8b195de",
318
+ "Name": "GtGainsType"
319
+ },
320
+ {
321
+ "ID": "de5cf8b7-6823-4dac-b4a7-916c53bd3376",
322
+ "Name": "GtPrereqProfitAchievement"
323
+ },
324
+ {
325
+ "ID": "d79d8a58-1079-4a3a-9f27-02de9a3eace1",
326
+ "Name": "GtGainsTurnover"
327
+ },
328
+ {
329
+ "ID": "fcf9c850-8267-4452-8366-74b7a76da177",
330
+ "Name": "GtGainsResponsible"
331
+ },
332
+ {
333
+ "ID": "158b2f60-8068-447f-83e7-cabdb5bf4cf4",
334
+ "Name": "GtGainsOwner"
335
+ },
336
+ {
337
+ "ID": "b0d03734-a5b1-4e85-a752-45b2da8df7dd",
338
+ "Name": "GtRealizationTime"
339
+ },
340
+ {
341
+ "ID": "6bd17911-c48a-4900-be61-54ae26207d78",
342
+ "Name": "GtShowInPortfolio"
343
+ }
344
+ ]
345
+ },
346
+ {
347
+ "ID": "0x01001AF93A93F5534B5FBAF750572B11BB7F",
348
+ "Name": "Endring",
349
+ "Group": "Prosjektportalen innholdstyper",
350
+ "FieldRefs": [
351
+ {
352
+ "ID": "68a5a2da-048c-4d2d-8ba4-5a8b32b60120",
353
+ "Name": "GtProcess"
354
+ },
355
+ {
356
+ "ID": "1fb52a28-81c4-405f-8da6-883c29b6b856",
357
+ "Name": "GtChallengeDescription"
358
+ }
359
+ ]
360
+ },
361
+ {
362
+ "ID": "0x010073043EFE3E814A2BBEF96B8457623F95",
363
+ "Name": "Måleindikator",
364
+ "Group": "Prosjektportalen innholdstyper",
365
+ "FieldRefs": [
366
+ {
367
+ "ID": "c5fc8781-7fbd-43a2-a215-c8c959bbab69",
368
+ "Name": "GtStartValue",
369
+ "Required": true
370
+ },
371
+ {
372
+ "ID": "8b399cb6-c53e-432c-8ffa-b48e2bfbbf71",
373
+ "Name": "GtDesiredValue",
374
+ "Required": true
375
+ },
376
+ {
377
+ "ID": "0d38db52-2040-44c1-823e-7642f76519ee",
378
+ "Name": "GtMeasurementUnit",
379
+ "Required": true
380
+ }
381
+ ]
382
+ },
383
+ {
384
+ "ID": "0x010004EAFF7AFCC94C2680042E6881264120",
385
+ "Name": "Ressursallokering",
386
+ "Group": "Prosjektportalen innholdstyper",
387
+ "FieldRefs": [
388
+ {
389
+ "ID": "fa564e0f-0c70-4ab9-b863-0177e6ddd247",
390
+ "Name": "Title",
391
+ "Hidden": true
392
+ },
393
+ {
394
+ "ID": "88d9b92c-efed-45d0-a586-86d9196b77d0",
395
+ "Name": "GtResourceUser",
396
+ "Required": false
397
+ },
398
+ {
399
+ "ID": "3a0ae560-bd55-45d4-907f-5119bf0a83bb",
400
+ "Name": "GtResourceRole",
401
+ "Required": true
402
+ },
403
+ {
404
+ "ID": "e39c32db-a7da-4c93-9369-8aa5a7bde92d",
405
+ "Name": "GtStartDate",
406
+ "Required": true
407
+ },
408
+ {
409
+ "ID": "16623c2a-3fd1-41c2-87e7-958583dd88da",
410
+ "Name": "GtEndDate",
411
+ "Required": true
412
+ },
413
+ {
414
+ "ID": "08ac9d56-f8eb-4a2c-868f-d39fc012fcd6",
415
+ "Name": "GtResourceLoad",
416
+ "Required": true
417
+ },
418
+ {
419
+ "ID": "6ec4d897-ee44-42b2-80c0-3714021f6ac6",
420
+ "Name": "GtAllocationStatus"
421
+ },
422
+ {
423
+ "ID": "42b501ac-c235-4b2a-a95d-8d00aad11779",
424
+ "Name": "GtAllocationComment"
425
+ }
426
+ ]
427
+ }
428
+ ],
429
+ "SiteFields": [
430
+ "<Field ID=\"{8499bd48-4c5d-43ae-8e27-7968d49ca14f}\" Name=\"GtRiskFactor\" DisplayName=\"Risikofaktor\" Type=\"Calculated\" Group=\"Kolonner for Prosjektportalen (Prosjekt)\" Description=\"\" ResultType=\"Number\" StaticName=\"GtRiskFactor\"><Formula>=GtRiskProbability*GtRiskConsequence</Formula><FieldRefs><FieldRef Name=\"GtRiskProbability\" ID=\"{0e1b295d-2bfb-4ef6-ae92-e72068e56111}\" /><FieldRef Name=\"GtRiskConsequence\" ID=\"{554d32a0-0148-4b3c-bfc4-f101232ee501}\" /></FieldRefs></Field>",
431
+ "<Field ID=\"{62f0454d-1150-4d55-86ef-075f786d6e5c}\" Name=\"GtRiskFactorPostAction\" DisplayName=\"Risikofaktor etter tiltak\" Type=\"Calculated\" Group=\"Kolonner for Prosjektportalen (Prosjekt)\" Description=\"\" ResultType=\"Number\" StaticName=\"GtRiskFactorPostAction\"><Formula>=GtRiskProbabilityPostAction*GtRiskConsequencePostAction</Formula><FieldRefs><FieldRef Name=\"GtRiskProbabilityPostAction\" ID=\"{f81ebcb7-8791-44b0-9919-08ed5524b11d}\" /><FieldRef Name=\"GtRiskConsequencePostAction\" ID=\"{00f17233-d4c0-49d0-aebd-5004552abb17}\" /></FieldRefs></Field>",
432
+ "<Field ID=\"{88d9b92c-efed-45d0-a586-86d9196b77d0}\" Type=\"User\" Name=\"GtResourceUser\" StaticName=\"GtResourceUser\" DisplayName=\"Navn\" Description=\"Oppgi navnet på personen som allokeres/tildeles arbeid i prosjektet\" />",
433
+ "<Field ID=\"{08ac9d56-f8eb-4a2c-868f-d39fc012fcd6}\" Type=\"Number\" Name=\"GtResourceLoad\" StaticName=\"GtResourceLoad\" DisplayName=\"Belastning\" Description=\"Hva er ressursens forventede arbeidsbelastning, oppgis i tall som indikerer prosent\" Percentage=\"TRUE\" />",
434
+ "<Field ID=\"{2ae541a5-5ecc-481d-afb6-c03a6f1e71b4}\" Type=\"User\" Name=\"GtActionResponsible\" StaticName=\"GtActionResponsible\" DisplayName=\"Tiltaksansvarlig\" Description=\"Hvem er ansvarlig for å følge opp usikkerheten?\" />"
435
+ ],
436
+ "Navigation": {
437
+ "QuickLaunch": [
438
+ {
439
+ "Url": "SitePages/ProjectHome.aspx",
440
+ "Title": "Hjem"
441
+ },
442
+ {
443
+ "Url": "SitePages/Prosjektstatus.aspx",
444
+ "Title": "Prosjektstatus"
445
+ },
446
+ {
447
+ "Url": "Lists/Prosjektlogg/AllItems.aspx",
448
+ "Title": "Prosjektlogg"
449
+ },
450
+ {
451
+ "Url": "Lists/Interessentregister/AllItems.aspx",
452
+ "Title": "Interessentregister"
453
+ },
454
+ {
455
+ "Url": "Lists/Kommunikasjonsplan/AllItems.aspx",
456
+ "Title": "Kommunikasjonsplan"
457
+ },
458
+ {
459
+ "Url": "Lists/Usikkerhet/AllItems.aspx",
460
+ "Title": "Usikkerhet"
461
+ },
462
+ {
463
+ "Url": "Dokumenter/Forms/AllItems.aspx",
464
+ "Title": "Dokumenter"
465
+ },
466
+ {
467
+ "Url": "SitePages/Oppgaver.aspx",
468
+ "Title": "Oppgaver"
469
+ },
470
+ {
471
+ "Url": "Lists/Fasesjekkliste/AllItems.aspx",
472
+ "Title": "Fasesjekkliste"
473
+ },
474
+ {
475
+ "Url": "#",
476
+ "Title": "Notatblokk"
477
+ },
478
+ {
479
+ "Url": "SitePages/Gevinstoversikt.aspx",
480
+ "Title": "Gevinstarbeid",
481
+ "Children": [
482
+ {
483
+ "Url": "Lists/Endringsanalyse/AllItems.aspx",
484
+ "Title": "Endringsanalyse"
485
+ },
486
+ {
487
+ "Url": "Lists/Gevinstanalyse og gevinstrealiseringsplan/AllItems.aspx",
488
+ "Title": "Gevinstanalyse og gevinstrealiseringsplan"
489
+ },
490
+ {
491
+ "Url": "Lists/Mleindikatorer/AllItems.aspx",
492
+ "Title": "Måleindikatorer"
493
+ },
494
+ {
495
+ "Url": "Lists/Gevinstoppflging/AllItems.aspx",
496
+ "Title": "Gevinstoppfølging"
497
+ },
498
+ {
499
+ "Url": "SitePages/Gevinstoversikt.aspx",
500
+ "Title": "Gevinstoversikt"
501
+ }
502
+ ]
503
+ },
504
+ {
505
+ "Url": "Lists/Prosjektleveranser/AllItems.aspx",
506
+ "Title": "Prosjektleveranser"
507
+ },
508
+ {
509
+ "Url": "Lists/Ressursallokering/AllItems.aspx",
510
+ "Title": "Ressursallokering"
511
+ },
512
+ {
513
+ "Url": "SitePages/Prosjekttidslinje.aspx",
514
+ "Title": "Prosjekttidslinje"
515
+ },
516
+ {
517
+ "Url": "_layouts/15/viewlsts.aspx",
518
+ "Title": "Områdeinnhold"
519
+ }
520
+ ]
521
+ },
522
+ "WebSettings": {
523
+ "WelcomePage": "SitePages/ProjectHome.aspx"
524
+ },
525
+ "ClientSidePages": [
526
+ {
527
+ "Name": "ProjectHome.aspx",
528
+ "Title": "Hjem",
529
+ "PageLayoutType": "Home",
530
+ "CommentsDisabled": true,
531
+ "Sections": [
532
+ {
533
+ "IsVerticalSection": true,
534
+ "Controls": [
535
+ {
536
+ "Id": "183a4b49-c2ee-4917-8f58-07c31e81733d",
537
+ "Properties": {
538
+ "title": "Prosjektinformasjon",
539
+ "statusReportsCount": 0,
540
+ "statusReportsHeader": "Prosjektstatus",
541
+ "filterField": "GtShowFieldFrontpage",
542
+ "adminPageLink": "Admin.aspx"
543
+ }
544
+ },
545
+ {
546
+ "Id": "a5df8fdf-b508-4b66-98a6-d83bc2597f63",
547
+ "Properties": {
548
+ "title": "Prosjektnyheter",
549
+ "showChrome": true,
550
+ "compactMode": true
551
+ }
552
+ }
553
+ ]
554
+ },
555
+ {
556
+ "Columns": [
557
+ {
558
+ "Factor": 8,
559
+ "Controls": [
560
+ {
561
+ "Id": "2ebefd70-f62e-48d8-836d-482b74d481be",
562
+ "Properties": {
563
+ "phaseField": "Fase",
564
+ "syncPropertiesAfterPhaseChange": true,
565
+ "showSubText": true,
566
+ "subTextTruncateLength": 50,
567
+ "currentPhaseViewName": "Gjeldende fase"
568
+ }
569
+ },
570
+ {
571
+ "Id": "39c4c1c2-63fa-41be-8cc2-f6c0b49b253d",
572
+ "Properties": {
573
+ "title": "Oppgaver",
574
+ "isFullScreen": false,
575
+ "plannerViewMode": "bucketchart"
576
+ }
577
+ },
578
+ {
579
+ "Id": "6676088b-e28e-4a90-b9cb-d0d0303cd2eb",
580
+ "Properties": {
581
+ "showPerPage": 5,
582
+ "title": "Møter og hendelser",
583
+ "timeSpanLimitInMonth": 6
584
+ }
585
+ }
586
+ ]
587
+ },
588
+ {
589
+ "Factor": 4,
590
+ "Controls": [
591
+ {
592
+ "Id": "183a4b49-c2ee-4917-8f58-07c31e81733d",
593
+ "Properties": {
594
+ "title": "Prosjektinformasjon",
595
+ "statusReportsCount": 0,
596
+ "statusReportsHeader": "Prosjektstatus",
597
+ "filterField": "GtShowFieldFrontpage",
598
+ "adminPageLink": "Admin.aspx"
599
+ }
600
+ },
601
+ {
602
+ "Id": "a5df8fdf-b508-4b66-98a6-d83bc2597f63",
603
+ "Properties": {
604
+ "title": "Prosjektnyheter",
605
+ "showChrome": true,
606
+ "compactMode": true
607
+ }
608
+ }
609
+ ]
610
+ }
611
+ ]
612
+ },
613
+ {
614
+ "Columns": [
615
+ {
616
+ "Factor": 12,
617
+ "Controls": [
618
+ {
619
+ "Id": "f92bf067-bc19-489e-a556-7fe95f508720",
620
+ "Properties": {
621
+ "isDocumentLibrary": true,
622
+ "selectedListId": "{listid:Dokumenter}",
623
+ "webpartHeightKey": 4
624
+ }
625
+ }
626
+ ]
627
+ }
628
+ ]
629
+ }
630
+ ]
631
+ },
632
+ {
633
+ "Name": "Oppgaver.aspx",
634
+ "Title": "Oppgaver",
635
+ "PageLayoutType": "SingleWebPartAppPage",
636
+ "CommentsDisabled": true,
637
+ "Sections": [
638
+ {
639
+ "Columns": [
640
+ {
641
+ "Factor": 12,
642
+ "Controls": [
643
+ {
644
+ "Id": "39c4c1c2-63fa-41be-8cc2-f6c0b49b253d",
645
+ "Properties": {
646
+ "plannerViewMode": "board"
647
+ }
648
+ }
649
+ ]
650
+ }
651
+ ]
652
+ }
653
+ ]
654
+ },
655
+ {
656
+ "Name": "Gevinstoversikt.aspx",
657
+ "Title": "Gevinstoversikt",
658
+ "PageLayoutType": "SingleWebPartAppPage",
659
+ "CommentsDisabled": true,
660
+ "Sections": [
661
+ {
662
+ "Columns": [
663
+ {
664
+ "Factor": 12,
665
+ "Controls": [
666
+ {
667
+ "Id": "9ad033f7-106e-488e-bad4-9b66d7b26281",
668
+ "Properties": {
669
+ "title": "Gevinstoversikt",
670
+ "dataSource": "Alle gevinstelementer for prosjektet",
671
+ "dataSourceCategory": "Gevinstoversikt",
672
+ "dataSourceLevel": "Prosjekt",
673
+ "showCommandBar": true,
674
+ "showViewSelector": true,
675
+ "showSearchBox": true
676
+ }
677
+ }
678
+ ]
679
+ }
680
+ ]
681
+ }
682
+ ]
683
+ },
684
+ {
685
+ "Name": "Prosjektstatus.aspx",
686
+ "Title": "Prosjektstatus",
687
+ "PageLayoutType": "SingleWebPartAppPage",
688
+ "CommentsDisabled": true,
689
+ "Sections": [
690
+ {
691
+ "Columns": [
692
+ {
693
+ "Factor": 12,
694
+ "Controls": [
695
+ {
696
+ "Id": "2231d86b-9b07-45f0-b112-a2f80d31b2f0",
697
+ "Properties": {
698
+ "title": "Prosjektstatus",
699
+ "riskMatrix": {
700
+ "calloutTemplate": "<h3>{Title}</h3>\n<p><strong>Usikkerhetstrategi: </strong>{GtRiskStrategy}</p>\n<p><strong>Nærhet: </strong>{GtRiskProximity}</p>\n<p><strong>Status usikkerhet: </strong>{GtRiskStatus}</p>",
701
+ "width": 800
702
+ },
703
+ "opportunityMatrix": {
704
+ "calloutTemplate": "<h3>{Title}</h3>\n<p><strong>Usikkerhetstrategi: </strong>{GtRiskStrategy}</p>\n<p><strong>Nærhet: </strong>{GtRiskProximity}</p>\n<p><strong>Status usikkerhet: </strong>{GtRiskStatus}</p>",
705
+ "width": 800
706
+ }
707
+ }
708
+ }
709
+ ]
710
+ }
711
+ ]
712
+ }
713
+ ]
714
+ },
715
+ {
716
+ "Name": "Prosjekttidslinje.aspx",
717
+ "Title": "Prosjekttidslinje",
718
+ "PageLayoutType": "SingleWebPartAppPage",
719
+ "CommentsDisabled": true,
720
+ "Sections": [
721
+ {
722
+ "Columns": [
723
+ {
724
+ "Factor": 12,
725
+ "Controls": [
726
+ {
727
+ "Id": "2fd903ad-3179-459a-b2b9-8d2963da8af1",
728
+ "Properties": {
729
+ "listName": "Tidslinjeinnhold",
730
+ "showTimeline": true,
731
+ "showTimelineListCommands": true,
732
+ "showTimelineList": true,
733
+ "showProjectDeliveries": false,
734
+ "projectDeliveriesListName": "Prosjektleveranser",
735
+ "configItemTitle": "Prosjektleveranse"
736
+ }
737
+ }
738
+ ]
739
+ }
740
+ ]
741
+ }
742
+ ]
743
+ }
744
+ ],
745
+ "Lists": [
746
+ {
747
+ "Title": "Fasesjekkliste",
748
+ "Description": "",
749
+ "Template": 100,
750
+ "ContentTypesEnabled": true,
751
+ "RemoveExistingContentTypes": true,
752
+ "ContentTypeBindings": [
753
+ {
754
+ "ContentTypeID": "0x0100486B1F8AEA24486FBA1C1BA9146C360C"
755
+ }
756
+ ],
757
+ "AdditionalSettings": {
758
+ "EnableVersioning": true
759
+ },
760
+ "Views": [
761
+ {
762
+ "Title": "Alle elementer",
763
+ "ViewFields": [
764
+ "GtSortOrder",
765
+ "LinkTitle",
766
+ "GtProjectPhase",
767
+ "GtChecklistStatus",
768
+ "GtComment"
769
+ ],
770
+ "AdditionalSettings": {
771
+ "RowLimit": 50,
772
+ "ViewQuery": "<OrderBy><FieldRef Name=\"GtSortOrder\" /><FieldRef Name=\"ID\" /></OrderBy><Where><Neq><FieldRef Name=\"GtChecklistStatus\" /><Value Type=\"Text\">Arkivert</Value></Neq>\n</Where>"
773
+ }
774
+ },
775
+ {
776
+ "Title": "Arkivert",
777
+ "ViewFields": [
778
+ "GtSortOrder",
779
+ "LinkTitle",
780
+ "GtProjectPhase",
781
+ "GtComment"
782
+ ],
783
+ "AdditionalSettings": {
784
+ "RowLimit": 50,
785
+ "ViewQuery": "<OrderBy><FieldRef Name=\"GtSortOrder\" /><FieldRef Name=\"ID\" /></OrderBy><Where><Eq><FieldRef Name=\"GtChecklistStatus\" /><Value Type=\"Text\">Arkivert</Value></Eq>\n</Where>"
786
+ }
787
+ },
788
+ {
789
+ "Title": "Per status",
790
+ "ViewFields": [
791
+ "GtSortOrder",
792
+ "LinkTitle",
793
+ "GtProjectPhase",
794
+ "GtComment"
795
+ ],
796
+ "AdditionalSettings": {
797
+ "RowLimit": 50,
798
+ "ViewQuery": "<GroupBy Collapse=\"TRUE\" GroupLimit=\"30\"><FieldRef Name=\"GtChecklistStatus\" Ascending=\"FALSE\" />\n</GroupBy>\n<OrderBy><FieldRef Name=\"GtSortOrder\" /><FieldRef Name=\"ID\" />\n</OrderBy>"
799
+ }
800
+ }
801
+ ]
802
+ },
803
+ {
804
+ "Title": "Interessentregister",
805
+ "Description": "",
806
+ "Template": 100,
807
+ "ContentTypesEnabled": true,
808
+ "RemoveExistingContentTypes": true,
809
+ "ContentTypeBindings": [
810
+ {
811
+ "ContentTypeID": "0x010072C95831F8434782AB2FF6BE3E596F46"
812
+ }
813
+ ],
814
+ "AdditionalSettings": {
815
+ "EnableVersioning": true
816
+ },
817
+ "Views": [
818
+ {
819
+ "Title": "Alle elementer",
820
+ "ViewFields": [
821
+ "LinkTitle",
822
+ "GtStakeholderGroup",
823
+ "GtStakeholderContext",
824
+ "GtStakeholderStrategy",
825
+ "GtStakeholderInterest",
826
+ "GtStakeholderInfluence",
827
+ "GtStakeholderInfluencePossibilty",
828
+ "GtStakeholderActions"
829
+ ],
830
+ "AdditionalSettings": {
831
+ "RowLimit": 30,
832
+ "Paged": true,
833
+ "ViewQuery": ""
834
+ }
835
+ }
836
+ ]
837
+ },
838
+ {
839
+ "Title": "Kommunikasjonsplan",
840
+ "Description": "",
841
+ "Template": 100,
842
+ "ContentTypesEnabled": true,
843
+ "RemoveExistingContentTypes": true,
844
+ "ContentTypeBindings": [
845
+ {
846
+ "ContentTypeID": "0x010065CE65D51354419EA794C6FACD4FA2EB"
847
+ }
848
+ ],
849
+ "AdditionalSettings": {
850
+ "EnableVersioning": true
851
+ },
852
+ "Fields": [
853
+ "<Field Type=\"LookupMulti\" DisplayName=\"Målgruppe\" List=\"{listid:Interessentregister}\" ShowField=\"Title\" ID=\"{d685f33f-51b5-4e9f-a314-4b3d9467a7e4}\" Description=\"Hvem er målgruppen (interessent) for kommunikasjonsaktiviteten?\" StaticName=\"GtCommunicationTarget\" Name=\"GtCommunicationTarget\" Mult=\"TRUE\" />"
854
+ ],
855
+ "Views": [
856
+ {
857
+ "Title": "Alle elementer",
858
+ "ViewFields": [
859
+ "LinkTitle",
860
+ "GtProjectPhase",
861
+ "GtActionDate",
862
+ "GtActionResponsible"
863
+ ],
864
+ "AdditionalSettings": {
865
+ "RowLimit": 10,
866
+ "Paged": true,
867
+ "ViewQuery": ""
868
+ }
869
+ }
870
+ ]
871
+ },
872
+ {
873
+ "Title": "Prosjektlogg",
874
+ "Description": "",
875
+ "Template": 100,
876
+ "ContentTypesEnabled": false,
877
+ "RemoveExistingContentTypes": true,
878
+ "ContentTypeBindings": [
879
+ {
880
+ "ContentTypeID": "0x01004EDD18CB92C14EBA97103D909C897810"
881
+ }
882
+ ],
883
+ "AdditionalSettings": {
884
+ "EnableVersioning": true
885
+ },
886
+ "Fields": [
887
+ "<Field Type=\"Lookup\" DisplayName=\"Påvirker leveranse\" List=\"{listid:Prosjektleveranser}\" ShowField=\"Title\" ID=\"{022cc93f-13df-4420-bd47-55e4fdae5d18}\" Description=\"Hvis relevant, oppgi hvilken leveranse loggelementet påvirker\" StaticName=\"GtProjectLogProductLookup\" Name=\"GtProjectLogProductLookup\" />"
888
+ ],
889
+ "Views": [
890
+ {
891
+ "Title": "Alle elementer",
892
+ "ViewFields": [
893
+ "LinkTitle",
894
+ "GtProjectLogType",
895
+ "GtProjectLogReporter",
896
+ "GtProjectLogResponsible",
897
+ "GtProjectLogConsequence",
898
+ "GtProjectLogRecommendation",
899
+ "GtProjectLogExperience"
900
+ ],
901
+ "AdditionalSettings": {
902
+ "RowLimit": 30,
903
+ "Paged": true,
904
+ "ViewQuery": ""
905
+ }
906
+ }
907
+ ]
908
+ },
909
+ {
910
+ "Title": "Prosjektleveranser",
911
+ "Description": "",
912
+ "Template": 100,
913
+ "ContentTypesEnabled": true,
914
+ "RemoveExistingContentTypes": true,
915
+ "ContentTypeBindings": [
916
+ {
917
+ "ContentTypeID": "0x0100D7B74DE815F946D3B0F99D19F9B36B68"
918
+ }
919
+ ],
920
+ "AdditionalSettings": {
921
+ "EnableVersioning": true
922
+ },
923
+ "Fields": [
924
+ "<Field Type=\"LookupMulti\" DisplayName=\"Interessent(er)\" List=\"{listid:Interessentregister}\" ShowField=\"Title\" ID=\"{6d90e0b6-73e6-48fb-aa1e-b897b214f934}\" Description=\"Oppgi hvilken interessent(er) leveransen påvirker\" Name=\"GtDeliveryStakeholders\" StaticName=\"GtDeliveryStakeholders\" Name=\"GtDeliveryStakeholders\" Mult=\"TRUE\" />"
925
+ ],
926
+ "Views": [
927
+ {
928
+ "Title": "Alle elementer",
929
+ "ViewFields": [
930
+ "LinkTitle",
931
+ "GtDeliveryDescription",
932
+ "GtDeliveryStartTime",
933
+ "GtDeliveryEndTime",
934
+ "GtDeliveryStatus",
935
+ "GtDeliveryStatusComment"
936
+ ],
937
+ "AdditionalSettings": {
938
+ "RowLimit": 30,
939
+ "Paged": true,
940
+ "ViewQuery": ""
941
+ }
942
+ }
943
+ ]
944
+ },
945
+ {
946
+ "Title": "Usikkerhet",
947
+ "Description": "",
948
+ "Template": 100,
949
+ "ContentTypesEnabled": true,
950
+ "RemoveExistingContentTypes": true,
951
+ "ContentTypeBindings": [
952
+ {
953
+ "ContentTypeID": "0x0100A87AE71CBF2643A6BC9D0948BD2EE89701"
954
+ },
955
+ {
956
+ "ContentTypeID": "0x0100A87AE71CBF2643A6BC9D0948BD2EE89702"
957
+ }
958
+ ],
959
+ "AdditionalSettings": {
960
+ "EnableVersioning": true
961
+ },
962
+ "Views": [
963
+ {
964
+ "Title": "Alle elementer",
965
+ "ViewFields": [
966
+ "ID",
967
+ "LinkTitle",
968
+ "GtRiskDescription",
969
+ "GtRiskProbability",
970
+ "GtRiskConsequence",
971
+ "GtRiskFactor",
972
+ "GtRiskStatus",
973
+ "GtRiskStrategy",
974
+ "GtRiskAction",
975
+ "GtRiskProbabilityPostAction",
976
+ "GtRiskConsequencePostAction",
977
+ "GtRiskFactorPostAction",
978
+ "Modified"
979
+ ],
980
+ "AdditionalSettings": {
981
+ "RowLimit": 100,
982
+ "Paged": true,
983
+ "ViewQuery": "<FieldRef Name=\"GtRiskFactor\" Ascending=\"FALSE\" />"
984
+ }
985
+ },
986
+ {
987
+ "Title": "Aktuell risiko",
988
+ "ViewFields": [
989
+ "ID",
990
+ "LinkTitle",
991
+ "GtRiskProximity",
992
+ "GtRiskAction",
993
+ "GtRiskStrategy",
994
+ "GtRiskFactor",
995
+ "GtRiskFactorPostAction"
996
+ ],
997
+ "AdditionalSettings": {
998
+ "RowLimit": 100,
999
+ "Paged": true,
1000
+ "ViewQuery": "<GroupBy Collapse= \"TRUE\" GroupLimit= \"30\"><FieldRef Name= \"GtRiskStatus\" Ascending= \"FALSE\" /></GroupBy><OrderBy><FieldRef Name= \"GtRiskFactor\" Ascending= \"FALSE\" /></OrderBy><Where><And><Neq><FieldRef Name= \"GtRiskStatus\" /><Value Type= \"Text\">Ikke lenger aktuell</Value></Neq><Eq><FieldRef Name= \"ContentType\" /><Value Type= \"Computed\">Risiko</Value></Eq></And></Where>"
1001
+ }
1002
+ },
1003
+ {
1004
+ "Title": "Aktuelle muligheter",
1005
+ "ViewFields": [
1006
+ "ID",
1007
+ "LinkTitle",
1008
+ "GtRiskProximity",
1009
+ "GtRiskAction",
1010
+ "GtRiskStrategy",
1011
+ "GtRiskFactor",
1012
+ "GtRiskFactorPostAction"
1013
+ ],
1014
+ "AdditionalSettings": {
1015
+ "RowLimit": 100,
1016
+ "Paged": true,
1017
+ "ViewQuery": "<GroupBy Collapse= \"TRUE\" GroupLimit= \"30\"><FieldRef Name= \"GtRiskStatus\" Ascending= \"FALSE\" /></GroupBy><OrderBy><FieldRef Name= \"GtRiskFactor\" Ascending= \"FALSE\" /></OrderBy><Where><And><Neq><FieldRef Name= \"GtRiskStatus\" /><Value Type= \"Text\">Ikke lenger aktuell</Value></Neq><Eq><FieldRef Name= \"ContentType\" /><Value Type= \"Computed\">Mulighet</Value></Eq></And></Where>"
1018
+ }
1019
+ },
1020
+ {
1021
+ "Title": "Uakseptabel risiko",
1022
+ "ViewFields": [
1023
+ "ID",
1024
+ "LinkTitle",
1025
+ "GtRiskDescription",
1026
+ "GtRiskProbability",
1027
+ "GtRiskConsequence",
1028
+ "GtRiskFactor",
1029
+ "GtRiskStatus",
1030
+ "GtRiskStrategy",
1031
+ "GtRiskAction",
1032
+ "Modified"
1033
+ ],
1034
+ "AdditionalSettings": {
1035
+ "RowLimit": 100,
1036
+ "Paged": true,
1037
+ "ViewQuery": "<GroupBy Collapse= \"TRUE\" GroupLimit= \"30\"><FieldRef Name= \"GtRiskStatus\" Ascending= \"FALSE\" /></GroupBy><OrderBy><FieldRef Name= \"GtRiskFactor\" Ascending= \"FALSE\" /></OrderBy><Where><And><And><Neq><FieldRef Name= \"GtRiskStatus\" /><Value Type= \"Text\">Ikke lenger aktuell</Value></Neq><Gt><FieldRef Name= \"GtRiskFactor\" /><Value Type= \"Number\">10</Value></Gt></And><Eq><FieldRef Name= \"ContentType\" /><Value Type= \"Computed\">Risiko</Value></Eq></And></Where>"
1038
+ }
1039
+ },
1040
+ {
1041
+ "Title": "Avklart risiko",
1042
+ "ViewFields": [
1043
+ "ID",
1044
+ "LinkTitle",
1045
+ "GtRiskDescription",
1046
+ "GtRiskProbability",
1047
+ "GtRiskConsequence",
1048
+ "GtRiskFactor",
1049
+ "GtRiskStatus",
1050
+ "GtRiskStrategy",
1051
+ "GtRiskAction",
1052
+ "GtRiskProbabilityPostAction",
1053
+ "GtRiskConsequencePostAction",
1054
+ "GtRiskFactorPostAction",
1055
+ "Modified"
1056
+ ],
1057
+ "AdditionalSettings": {
1058
+ "RowLimit": 100,
1059
+ "Paged": true,
1060
+ "ViewQuery": "<OrderBy><FieldRef Name= \"GtRiskFactor\" Ascending= \"FALSE\" /></OrderBy><Where><And><Neq><FieldRef Name= \"GtRiskStatus\" /><Value Type= \"Text\">Ikke lenger aktuell</Value></Neq><Eq><FieldRef Name= \"ContentType\" /><Value Type= \"Computed\">Risiko</Value></Eq></And></Where>"
1061
+ }
1062
+ },
1063
+ {
1064
+ "Title": "Uten ansvarlig",
1065
+ "ViewFields": [
1066
+ "ID",
1067
+ "LinkTitle",
1068
+ "GtRiskDescription",
1069
+ "GtRiskFactor",
1070
+ "GtRiskStatus",
1071
+ "GtRiskAction",
1072
+ "GtActionResponsible",
1073
+ "Modified"
1074
+ ],
1075
+ "AdditionalSettings": {
1076
+ "RowLimit": 100,
1077
+ "Paged": true,
1078
+ "ViewQuery": " <OrderBy><FieldRef Name=\"GtRiskFactor\" Ascending=\"FALSE\" /></OrderBy><Where><IsNull><FieldRef Name=\"GtActionResponsible\" /></IsNull></Where>"
1079
+ }
1080
+ },
1081
+ {
1082
+ "Title": "Risiko",
1083
+ "ViewFields": [
1084
+ "ID",
1085
+ "LinkTitle",
1086
+ "GtRiskDescription",
1087
+ "GtRiskProbability",
1088
+ "GtRiskConsequence",
1089
+ "GtRiskFactor",
1090
+ "GtRiskStatus",
1091
+ "GtRiskStrategy",
1092
+ "GtRiskAction",
1093
+ "GtRiskProbabilityPostAction",
1094
+ "GtRiskConsequencePostAction",
1095
+ "GtRiskFactorPostAction",
1096
+ "Modified"
1097
+ ],
1098
+ "AdditionalSettings": {
1099
+ "RowLimit": 100,
1100
+ "Paged": true,
1101
+ "ViewQuery": "<Where><Eq><FieldRef Name=\"ContentType\" /><Value Type=\"Computed\">Risiko</Value></Eq></Where>"
1102
+ }
1103
+ },
1104
+ {
1105
+ "Title": "Mulighet",
1106
+ "ViewFields": [
1107
+ "ID",
1108
+ "LinkTitle",
1109
+ "GtRiskDescription",
1110
+ "GtRiskProbability",
1111
+ "GtRiskConsequence",
1112
+ "GtRiskFactor",
1113
+ "GtRiskStatus",
1114
+ "GtRiskStrategy",
1115
+ "GtRiskAction",
1116
+ "GtRiskProbabilityPostAction",
1117
+ "GtRiskConsequencePostAction",
1118
+ "GtRiskFactorPostAction",
1119
+ "Modified"
1120
+ ],
1121
+ "AdditionalSettings": {
1122
+ "RowLimit": 100,
1123
+ "Paged": true,
1124
+ "ViewQuery": "<Where><Eq><FieldRef Name=\"ContentType\" /><Value Type=\"Computed\">Mulighet</Value></Eq></Where>"
1125
+ }
1126
+ },
1127
+ {
1128
+ "Title": "Gjeldende fase",
1129
+ "ViewFields": [
1130
+ "ID",
1131
+ "LinkTitle"
1132
+ ],
1133
+ "AdditionalSettings": {
1134
+ "RowLimit": 100,
1135
+ "Paged": true,
1136
+ "ViewQuery": ""
1137
+ }
1138
+ }
1139
+ ]
1140
+ },
1141
+ {
1142
+ "Title": "Dokumenter",
1143
+ "Description": "",
1144
+ "Template": 101,
1145
+ "ContentTypesEnabled": false,
1146
+ "AdditionalSettings": {
1147
+ "EnableVersioning": true
1148
+ },
1149
+ "FieldRefs": [
1150
+ {
1151
+ "ID": "325543a5-815d-485d-a9a5-e0773ad762e9",
1152
+ "Name": "GtProjectPhase",
1153
+ "Required": false,
1154
+ "DisplayName": "Fase"
1155
+ }
1156
+ ],
1157
+ "Views": [
1158
+ {
1159
+ "Title": "Alle dokumenter",
1160
+ "ViewFields": [
1161
+ "DocIcon",
1162
+ "LinkFilename",
1163
+ "GtProjectPhase",
1164
+ "Modified",
1165
+ "Editor"
1166
+ ],
1167
+ "AdditionalSettings": {
1168
+ "RowLimit": 30,
1169
+ "Paged": true,
1170
+ "ViewQuery": "<OrderBy><FieldRef Name='LinkFilename' /></OrderBy>"
1171
+ }
1172
+ },
1173
+ {
1174
+ "Title": "Gjeldende fase",
1175
+ "ViewFields": [
1176
+ "DocIcon",
1177
+ "LinkFilename",
1178
+ "Modified",
1179
+ "Editor"
1180
+ ],
1181
+ "AdditionalSettings": {
1182
+ "RowLimit": 30,
1183
+ "Paged": true,
1184
+ "ViewQuery": "<OrderBy><FieldRef Name='LinkFilename' /></OrderBy>",
1185
+ "Scope": 1
1186
+ }
1187
+ }
1188
+ ]
1189
+ },
1190
+ {
1191
+ "Title": "Gevinstanalyse og gevinstrealiseringsplan",
1192
+ "Description": "",
1193
+ "Template": 100,
1194
+ "ContentTypesEnabled": true,
1195
+ "RemoveExistingContentTypes": true,
1196
+ "ContentTypeBindings": [
1197
+ {
1198
+ "ContentTypeID": "0x01004F466123309D46BAB9D5C6DE89A6CF67"
1199
+ }
1200
+ ],
1201
+ "AdditionalSettings": {
1202
+ "EnableVersioning": true
1203
+ },
1204
+ "Fields": [
1205
+ "<Field Type=\"LookupMulti\" DisplayName=\"Endring\" List=\"{listid:Endringsanalyse}\" ShowField=\"LinkTitleNoMenu\" UnlimitedLengthInDocumentLibrary=\"FALSE\" RelationshipDeleteBehavior=\"None\" ID=\"{1d5752af-4d26-4aed-b20a-6229ac14ed5d}\" StaticName=\"GtChangeLookup\" Name=\"GtChangeLookup\" Group=\"\" Description=\"Hvilken endring fra endringsanalysen skal gevinsten knyttes mot?\" Mult=\"TRUE\" />"
1206
+ ],
1207
+ "FieldRefs": [
1208
+ {
1209
+ "ID": "fa564e0f-0c70-4ab9-b863-0177e6ddd247",
1210
+ "Name": "Title",
1211
+ "Required": true,
1212
+ "DisplayName": "Gevinst"
1213
+ }
1214
+ ],
1215
+ "Views": [
1216
+ {
1217
+ "Title": "Alle elementer",
1218
+ "ViewFields": [
1219
+ "LinkTitle",
1220
+ "GtChangeLookup",
1221
+ "GtGainsType",
1222
+ "GtGainsTurnover",
1223
+ "GtGainsResponsible",
1224
+ "GtGainsOwner",
1225
+ "GtRealizationTime"
1226
+ ],
1227
+ "AdditionalSettings": {
1228
+ "RowLimit": 30,
1229
+ "Paged": true,
1230
+ "ViewQuery": ""
1231
+ }
1232
+ },
1233
+ {
1234
+ "Title": "Pr gevinsttype",
1235
+ "ViewFields": [
1236
+ "GtChangeLookup",
1237
+ "Title",
1238
+ "GtGainsTurnover",
1239
+ "GtGainsResponsible",
1240
+ "GtGainsOwner",
1241
+ "GtRealizationTime"
1242
+ ],
1243
+ "AdditionalSettings": {
1244
+ "RowLimit": 30,
1245
+ "Paged": true,
1246
+ "ViewQuery": "<GroupBy Collapse=\"TRUE\" GroupLimit=\"30\"><FieldRef Name=\"GtGainsType\" Ascending=\"FALSE\" /></GroupBy><OrderBy><FieldRef Name=\"ID\" /></OrderBy>"
1247
+ }
1248
+ }
1249
+ ]
1250
+ },
1251
+ {
1252
+ "Title": "Endringsanalyse",
1253
+ "Description": "",
1254
+ "Template": 100,
1255
+ "ContentTypesEnabled": true,
1256
+ "RemoveExistingContentTypes": true,
1257
+ "ContentTypeBindings": [
1258
+ {
1259
+ "ContentTypeID": "0x01001AF93A93F5534B5FBAF750572B11BB7F"
1260
+ }
1261
+ ],
1262
+ "AdditionalSettings": {
1263
+ "EnableVersioning": true
1264
+ },
1265
+ "FieldRefs": [
1266
+ {
1267
+ "ID": "fa564e0f-0c70-4ab9-b863-0177e6ddd247",
1268
+ "Name": "Title",
1269
+ "Required": true,
1270
+ "DisplayName": "Endring"
1271
+ }
1272
+ ],
1273
+ "Views": [
1274
+ {
1275
+ "Title": "Alle elementer",
1276
+ "ViewFields": [
1277
+ "LinkTitle",
1278
+ "GtProcess",
1279
+ "GtChallengeDescription"
1280
+ ],
1281
+ "AdditionalSettings": {
1282
+ "RowLimit": 30,
1283
+ "Paged": true,
1284
+ "ViewQuery": "<OrderBy><FieldRef Name=\"ID\" /></OrderBy>"
1285
+ }
1286
+ },
1287
+ {
1288
+ "Title": "Pr prosess",
1289
+ "ViewFields": [
1290
+ "GtChallengeDescription",
1291
+ "LinkTitle"
1292
+ ],
1293
+ "AdditionalSettings": {
1294
+ "RowLimit": 30,
1295
+ "Paged": true,
1296
+ "ViewQuery": "<GroupBy Collapse=\"TRUE\" GroupLimit=\"30\"><FieldRef Name=\"GtProcess\" Ascending=\"FALSE\" /></GroupBy><OrderBy><FieldRef Name=\"ID\" /></OrderBy>"
1297
+ }
1298
+ }
1299
+ ]
1300
+ },
1301
+ {
1302
+ "Title": "Måleindikatorer",
1303
+ "Description": "",
1304
+ "Template": 100,
1305
+ "ContentTypesEnabled": true,
1306
+ "RemoveExistingContentTypes": true,
1307
+ "ContentTypeBindings": [
1308
+ {
1309
+ "ContentTypeID": "0x010073043EFE3E814A2BBEF96B8457623F95"
1310
+ }
1311
+ ],
1312
+ "AdditionalSettings": {
1313
+ "EnableVersioning": true
1314
+ },
1315
+ "Fields": [
1316
+ "<Field Type=\"Lookup\" DisplayName=\"Gevinst\" List=\"{listid:Gevinstanalyse og gevinstrealiseringsplan}\" ShowField=\"Title\" ID=\"{8d70fa93-b547-46f1-84e7-4982f8c9c675}\" StaticName=\"GtGainLookup\" Name=\"GtGainLookup\" />",
1317
+ "<Field Type=\"Lookup\" DisplayName=\"Gevinst:ID\" List=\"{listid:Gevinstanalyse og gevinstrealiseringsplan}\" ShowField=\"ID\" FieldRef=\"8d70fa93-b547-46f1-84e7-4982f8c9c675\" ReadOnly=\"TRUE\" UnlimitedLengthInDocumentLibrary=\"FALSE\" ID=\"{c239539c-8672-46cc-be77-fb53322f71ae}\" ShowInDisplayForm=\"FALSE\" StaticName=\"GtGainLookup_ID\" Name=\"GtGainLookup_ID\" />"
1318
+ ],
1319
+ "Views": [
1320
+ {
1321
+ "Title": "Alle elementer",
1322
+ "ViewFields": [
1323
+ "LinkTitle",
1324
+ "GtGainLookup",
1325
+ "GtStartValue",
1326
+ "GtDesiredValue",
1327
+ "GtMeasurementUnit"
1328
+ ],
1329
+ "AdditionalSettings": {
1330
+ "RowLimit": 30,
1331
+ "Paged": true,
1332
+ "ViewQuery": "<OrderBy><FieldRef Name=\"ID\" /></OrderBy>"
1333
+ }
1334
+ }
1335
+ ]
1336
+ },
1337
+ {
1338
+ "Title": "Gevinstoppfølging",
1339
+ "Description": "",
1340
+ "Template": 100,
1341
+ "ContentTypesEnabled": false,
1342
+ "RemoveExistingContentTypes": true,
1343
+ "ContentTypeBindings": [
1344
+ {
1345
+ "ContentTypeID": "0x010039EAFDC2A1624C1BA1A444FC8FE85DEC"
1346
+ }
1347
+ ],
1348
+ "AdditionalSettings": {
1349
+ "EnableVersioning": true
1350
+ },
1351
+ "FieldRefs": [
1352
+ {
1353
+ "ID": "fa564e0f-0c70-4ab9-b863-0177e6ddd247",
1354
+ "Name": "Title",
1355
+ "DisplayName": "Tittel",
1356
+ "Required": false
1357
+ }
1358
+ ],
1359
+ "Fields": [
1360
+ "<Field Type=\"Lookup\" DisplayName=\"Måleindikator\" List=\"{listid:Måleindikatorer}\" ShowField=\"Title\" ID=\"{92ae8541-f35e-4c05-8518-b9abce2d0860}\" Description=\"Knytt målingen opp mot riktig måleindikator\" StaticName=\"GtMeasureIndicatorLookup\" Name=\"GtMeasureIndicatorLookup\" />",
1361
+ "<Field Type=\"Lookup\" DisplayName=\"Måleindikator:ID\" List=\"{listid:Måleindikatorer}\" ShowField=\"ID\" FieldRef=\"92ae8541-f35e-4c05-8518-b9abce2d0860\" ReadOnly=\"TRUE\" ID=\"{571f95d9-4c0b-4b4d-8a0b-9a1771811f07}\" ShowInDisplayForm=\"FALSE\" StaticName=\"GtMeasureIndicatorLookup_ID\" Name=\"GtMeasureIndicatorLookup_ID\" />",
1362
+ "<Field Type=\"Lookup\" DisplayName=\"Måleindikator:Ønsket verdi\" List=\"{listid:Måleindikatorer}\" ShowField=\"GtDesiredValue\" FieldRef=\"92ae8541-f35e-4c05-8518-b9abce2d0860\" ReadOnly=\"TRUE\" ID=\"{8fe2e615-999b-48dc-8889-151ed84a757a}\" ShowInDisplayForm=\"FALSE\" StaticName=\"GtMeasureIndicatorLookup_GtDesiredValue\" Name=\"GtMeasureIndicatorLookup_GtDesiredValue\" />"
1363
+ ],
1364
+ "Views": [
1365
+ {
1366
+ "Title": "Alle elementer",
1367
+ "ViewFields": [
1368
+ "GtMeasureIndicatorLookup",
1369
+ "GtMeasureIndicatorLookup_GtDesiredValue",
1370
+ "GtMeasurementDate",
1371
+ "GtMeasurementValue",
1372
+ "GtMeasurementComment"
1373
+ ],
1374
+ "AdditionalSettings": {
1375
+ "RowLimit": 30,
1376
+ "Paged": true,
1377
+ "ViewQuery": "<GroupBy Collapse=\"TRUE\" GroupLimit=\"30\"><FieldRef Name=\"GtMeasureIndicatorLookup\" /></GroupBy><OrderBy><FieldRef Name=\"GtMeasurementDate\" Ascending=\"FALSE\" /></OrderBy>"
1378
+ }
1379
+ },
1380
+ {
1381
+ "Title": "Flat visning",
1382
+ "ViewFields": [
1383
+ "GtMeasureIndicatorLookup",
1384
+ "GtMeasureIndicatorLookup_GtDesiredValue",
1385
+ "GtMeasurementDate",
1386
+ "GtMeasurementValue",
1387
+ "GtMeasurementComment"
1388
+ ],
1389
+ "AdditionalSettings": {
1390
+ "RowLimit": 30,
1391
+ "Paged": true,
1392
+ "ViewQuery": "<OrderBy><FieldRef Name=\"GtMeasureIndicatorLookup\" /><FieldRef Name=\"GtMeasurementDate\" Ascending=\"FALSE\" /></OrderBy>"
1393
+ }
1394
+ }
1395
+ ]
1396
+ },
1397
+ {
1398
+ "Title": "Ressursallokering",
1399
+ "Description": "",
1400
+ "Template": 100,
1401
+ "ContentTypesEnabled": false,
1402
+ "RemoveExistingContentTypes": true,
1403
+ "FieldRefs": [
1404
+ {
1405
+ "ID": "fa564e0f-0c70-4ab9-b863-0177e6ddd247",
1406
+ "Name": "Title",
1407
+ "DisplayName": "Tittel",
1408
+ "Required": false,
1409
+ "Hidden": true
1410
+ }
1411
+ ],
1412
+ "ContentTypeBindings": [
1413
+ {
1414
+ "ContentTypeID": "0x010004EAFF7AFCC94C2680042E6881264120"
1415
+ }
1416
+ ],
1417
+ "Views": [
1418
+ {
1419
+ "Title": "Alle elementer",
1420
+ "ViewFields": [
1421
+ "ID",
1422
+ "GtResourceUser",
1423
+ "GtResourceRole",
1424
+ "GtStartDate",
1425
+ "GtEndDate",
1426
+ "GtResourceLoad",
1427
+ "GtAllocationStatus",
1428
+ "GtAllocationComment",
1429
+ "Modified",
1430
+ "Editor"
1431
+ ],
1432
+ "AdditionalSettings": {
1433
+ "RowLimit": 100,
1434
+ "Paged": true,
1435
+ "ViewQuery": ""
1436
+ }
1437
+ }
1438
+ ]
1439
+ }
1440
+ ]
1441
+ }