From d7792f54899a4bcdeb552dc78cc7a9332c21c9d0 Mon Sep 17 00:00:00 2001 From: Jeremy Vyska <35526546+JeremyVyska@users.noreply.github.com> Date: Sun, 27 Feb 2022 21:28:21 +0100 Subject: [PATCH] Update content/docs/patterns/no-series/index.md Co-authored-by: Henrik Helgesen --- content/docs/patterns/no-series/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/patterns/no-series/index.md b/content/docs/patterns/no-series/index.md index af44bba1..6a3a2193 100644 --- a/content/docs/patterns/no-series/index.md +++ b/content/docs/patterns/no-series/index.md @@ -65,7 +65,7 @@ field(107; "No. Series"; Code[20]) The **`TableRelation`** is important, and the **`Editable`** being false is advised. {{% /alert %}} -And on the **OnInsert** trigger, code populates the **No. Series** and **No.** field. +And on the **`OnInsert`** trigger, code populates the **`No. Series`** and **`No.`** field. ```AL trigger OnInsert()