@@ -225,14 +225,6 @@ The Common Data Model (CDM) is the basis for interoperability and content federa
225225 > ```
226226 > Add the result without the leading `*.` in the placeholder `<cluster-domain>`.
227227
228-
229- > You can find the value for `<cloud-service-name>` in the **app/incidents/webapp/manifest.json** file.
230- > ```json[3]
231- > "sap.cloud": {
232- > "public": true,
233- > "service": "incidents"
234- >}
235- >```
236228
237229<!-- 6. Verify. Here's how your **values.yaml** file should look like at this stage : -->
238230<!-- -->
@@ -383,7 +375,7 @@ When the application is successfully deployed, you have to configure design and
383375
384376 2. Choose **New Property** on the right and add the following property :
385377
386- - **CEP.HTML5contentprovide ** = `true`
378+ - **CEP.HTML5contentprovider ** = `true`
387379
388380 2. Select the **Use default JDK truststore** checkbox and choose **Save**.
389381
@@ -434,13 +426,21 @@ When the application is successfully deployed, you have to configure design and
434426
435427 - **Name** = `incident-management_cdm`
436428 - **Type** = `HTTP`
437- - **URL** = `https://html5-apps-repo-rt.cfapps.<subaccount-region>.hana.ondemand.com/applications/cdm/<sap-app-id >`
429+ - **URL** = `https://html5-apps-repo-rt.cfapps.<subaccount-region>.hana.ondemand.com/applications/cdm/<cloud-service-name >`
438430 - **Proxy Type** = `Internet`
439431 - **Authentication** = `OAuth2ClientCredentials`
440432 - **Client ID** = `<Client ID from decoded secret details>`
441433 - **Client Secret** = `<Client Secret from decoded secret details>`
442434 - **Token Service URL** = `<url from decoded secret details>` + `/oauth/token`
443435
436+ > You can find the value for `<cloud-service-name>` in the **app/incidents/webapp/manifest.json** file.
437+ > ```json[3]
438+ > "sap.cloud": {
439+ > "public": true,
440+ > "service": "incidents"
441+ >}
442+ >```
443+
444444 2. Choose **New Property** on the right and add the following properties :
445445
446446 - **grant_type** = `client_credentials`
@@ -498,15 +498,15 @@ When the application is successfully deployed, you have to configure design and
498498
499499 <!-- border; size:540px --> 
500500
501- 17. Enter the site name as **Incident Management Site** and choose **Create**.
501+ 17. In the **Site Name** field enter **Incident Management Site** and choose **Create**.
502502
503503 <!-- border; size:540px --> 
504504
505- 18. When you are forwarded to your created site, choose **Edit**.
505+ 18. When you are forwarded to your created site, choose **Role Assignments** and then choose ** Edit**.
506506
507507 <!-- border; size:540px --> 
508508
509- 19. Choose the **Assign Items ** field, add **+** the **Default Role** to your site and choose **Save**.
509+ 19. In the **Assignment status ** field, switch on **Default Role** for your site and choose **Save**.
510510
511511 <!-- border; size:540px --> 
512512
0 commit comments