Skip to content

Commit 853f716

Browse files
authored
Update README.md
Removes term 'Calculated Fields' as per PC JIT 12/01/26
1 parent e8112d6 commit 853f716

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

steps/20/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Additionally, we set the formatting option `showMeasure` to `false`. This hides
114114
</mvc:View>
115115
```
116116
117-
As you can see above, we are using a special binding syntax for the `number` property of the `ObjectListItem`. This binding syntax makes use of so-called "Calculated Fields", which allows the binding of multiple properties from different models to a single property of a control. The properties bound from different models are called “parts”. In the example above, the property of the control is `number` and the bound properties \(“parts”\) retrieved from two different models are `invoice>ExtendedPrice` and `view>/currency`.
117+
As you can see above, we are using a special binding syntax for the `number` property of the `ObjectListItem`. This binding syntax makes use of [Composite Binding](https://sdk.openui5.org/topic/a2fe8e763014477e87990ff50657a0d0), which allows the binding of multiple properties from different models to a single property of a control. The properties bound from different models are called “parts”. In the example above, the property of the control is `number` and the bound properties \(“parts”\) retrieved from two different models are `invoice>ExtendedPrice` and `view>/currency`.
118118
119119
***
120120

0 commit comments

Comments
 (0)