Skip to content

Commit c5a7271

Browse files
committed
exercises
1 parent 5b7f95d commit c5a7271

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

exercises/ex3/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ The Url changes when switching from display mode to edit mode, by either referr
8383

8484
![Travel - Google Chrome](images/img_007.png "Travel - Google Chrome")
8585

86+
Furthermore, defining a semantic key additionally displays the corresponding List Report table column values in bold, and for unsaved items, a **draft indicator** is shown.
87+
8688
In order to get a stable Url that can be easily shared and which is also slightly better readable,\
8789
we will define property **TravelID** as the semantic key of entity **Travel**.
8890

@@ -108,9 +110,13 @@ Switch to the preview browser tab and navigate from the list report to the objec
108110

109111
![Travel - Google Chrome](images/img_010.png "Travel - Google Chrome")
110112

113+
\(20\) Navigate back to the List Report.\
114+
Column *Travel** now shows values in bold, and the **draft indicator** is shown.\
115+
![Travel - Google Chrome](images/img_011.png "Travel - Google Chrome")
116+
111117
## Summary
112118

113119
We have learned how to add **criticality coloring to table lines**, how to define a **side effect** in order to have dependent data immediately refreshed during editing,
114-
and how to make usage of the **semantic key** annotation in order to get a better readable Url.
120+
and how to make usage of the **semantic key** annotation in order to get a better readable Url and to highlight the corresponding table column values in the List Report.
115121

116122
Continue to - [Exercise 4 - Extending the App with Fiori Elements Building Blocks](../ex4/README.md)

exercises/ex3/images/img_011.png

-78 KB
Loading

0 commit comments

Comments
 (0)