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:15 +01:00 committed by GitHub
parent 8543650944
commit ccbf573ec8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ To understand an example use in the Base App, the Customer data entity is a good
Implementation to connect the Customer "No." field to the Number Series engine is done at the table level. The Customer table contains: Implementation to connect the Customer "No." field to the Number Series engine is done at the table level. The Customer table contains:
A field to contain the number (typically the primary key), which will be Code type, length of 20: A field to contain the number (typically the primary key), which will be of type **`Code`**, length of **20**:
```AL ```AL
field(1; "No."; Code[20]) field(1; "No."; Code[20])