Update content/docs/patterns/no-series/index.md

Co-authored-by: Henrik Helgesen <henrik@helgesen.consulting>
This commit is contained in:
Jeremy Vyska 2022-02-27 21:28:21 +01:00 committed by GitHub
parent ccbf573ec8
commit d7792f5489
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ field(107; "No. Series"; Code[20])
The **`TableRelation`** is important, and the **`Editable`** being false is advised. The **`TableRelation`** is important, and the **`Editable`** being false is advised.
{{% /alert %}} {{% /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 ```AL
trigger OnInsert() trigger OnInsert()