Added Rec. to the API Page code Example

This commit is contained in:
Stefan Maroń 2022-03-30 09:45:26 +02:00 committed by GitHub
parent 1653ec32cc
commit 6b80f47379
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -179,8 +179,8 @@ layout
{ {
repeater(records) repeater(records)
{ {
field(id; SystemId) { } field(id; Rec.SystemId) { }
field(lastModifiedDateTime; SystemModifiedAt) { } field(lastModifiedDateTime; Rec.SystemModifiedAt) { }
} }
} }
} }