From 6b80f47379e7a0e1cc1d05cc6da5ed08fe186898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Maro=C5=84?= Date: Wed, 30 Mar 2022 09:45:26 +0200 Subject: [PATCH] Added Rec. to the API Page code Example --- content/docs/BestPractices/api-page/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/BestPractices/api-page/index.md b/content/docs/BestPractices/api-page/index.md index b541fe10..b1dc4488 100644 --- a/content/docs/BestPractices/api-page/index.md +++ b/content/docs/BestPractices/api-page/index.md @@ -179,8 +179,8 @@ layout { repeater(records) { - field(id; SystemId) { } - field(lastModifiedDateTime; SystemModifiedAt) { } + field(id; Rec.SystemId) { } + field(lastModifiedDateTime; Rec.SystemModifiedAt) { } } } }