File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ First adjust the behavior definition for the Travel entity **`ZI_RAP_Travel_####
7070 <pre > lock master</pre >
7171
72724. Enable the so-called optimistic lock – aka _ ETag handling_ – for the Travel entity.
73- For that, uncomment the ** ` etag master ` ** statement and replace the ** ` <field_name> ` ** to ** ` LastChangedAt ` ** in it.
73+ For that, uncomment the ** ` etag master ` ** statement and replace the ** ` <field_name> ` ** to ** ` LocalLastChangedAt ` ** in it.
7474
7575 <pre>etag master LocalLastChangedAt</pre>
7676
@@ -169,7 +169,7 @@ Now, adjust the behavior definition for the Booking entity **`ZI_RAP_Booking_###
169169 > As already mentioned above, the lock is handled generically by the framework in the managed scenario.
170170
1711714. Enable the so-called optimistic lock for the Booking entity.
172- For that, uncomment the ** ` etag master ` ** statement and replace the ** ` <field_name> ` ** to ** ` LastChangedAt ` ** in it.
172+ For that, uncomment the ** ` etag master ` ** statement and replace the ** ` <field_name> ` ** to ** ` LocalLastChangedAt ` ** in it.
173173
174174 <pre>etag master LocalLastChangedAt</pre>
175175
You can’t perform that action at this time.
0 commit comments