Merge pull request #167 from StefanMaron/patch-1

Added Rec. to the API Page code Example
This commit is contained in:
waldo 2022-03-30 11:28:08 +02:00 committed by GitHub
commit 3684393375
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) { }
} }
} }
} }