Skip to content

Commit d15dbb4

Browse files
authored
Merge pull request #47 from cap-js/rel1.0.2/UpdateReadMe
Update README.md
2 parents 0e9b2ce + 13a9eab commit d15dbb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Create a SAP Document Management Integration Option [Service instance and key](h
119119
cf login -a <CF-API> -o <ORG-NAME> -s <SPACE-NAME>
120120
```
121121

122-
2. Bind CAP application to SAP Document Management Integration Option. Check the following reference from `mta.ymal` of Incidents Management app
122+
2. Bind CAP application to SAP Document Management Integration Option. Check the following reference from `mta.yaml` of Incidents Management app
123123

124124
```
125125
modules:
@@ -154,7 +154,7 @@ Create a SAP Document Management Integration Option [Service instance and key](h
154154
* Click on incident with title Solar panel broken.
155155
```
156156

157-
6. The `Attachments` type has generated an out-of-the-box Attachments table (see 1) at the bottom of the Object page:
157+
6. The `Attachments` type has generated an out-of-the-box Attachments table (see highlighted box) at the bottom of the Object page:
158158
<img width="1300" alt="Attachments Table" style="border-radius:0.5rem;" src="etc/facet.png">
159159

160160
7. **Upload a file** by going into Edit mode and either using the **Upload** button on the Attachments table or by drag/drop. Then click the **Save** button to have that file stored in SAP Document Management Integration Option. We demonstrate this by uploading the PDF file from [_xmpl/db/content/Solar Panel Report.pdf_](./xmpl/db/content/Solar%20Panel%20Report.pdf):
@@ -163,7 +163,7 @@ Create a SAP Document Management Integration Option [Service instance and key](h
163163
8. **Open a file** by clicking on the attachment. We demonstrate this by opening the previously uploaded PDF file: `Solar Panel Report.pdf`
164164
<img width="1300" alt="Delete an attachment" style="border-radius:0.5rem;" src="etc/open.gif">
165165

166-
9. **Rename a file** by going into Edit mode and setting a new name for the file in the rename box. Then click the **Save** button to have that file renamed in SAP Document Management Integration Option. We demonstrate this by renaming the previously uploaded PDF file: `Solar Panel Report.pdf`
166+
9. **Rename a file** by going into Edit mode and setting a new name for the file in the filename field. Then click the **Save** button to have that file renamed in SAP Document Management Integration Option. We demonstrate this by renaming the previously uploaded PDF file: `Solar Panel Report.pdf`
167167
<img width="1300" alt="Delete an attachment" style="border-radius:0.5rem;" src="etc/rename.gif">
168168

169169
10. **Delete a file** by going into Edit mode and selecting the file(s) and by using the **Delete** button on the Attachments table. Then click the **Save** button to have that file deleted from the resource (SAP Document Management Integration Option). We demonstrate this by deleting the previously uploaded PDF file: `Solar Panel Report_2024.pdf`

0 commit comments

Comments
 (0)