December 2019
Beginner to intermediate
770 pages
16h 14m
English
By using the ttable snippet, we define the Customer Category table as follows:
table 50100 "Customer Category_PKT"{ DrillDownPageId = "Customer Category List_PKT"; LookupPageId = "Customer Category List_PKT"; Caption = 'Customer Category'; fields { field(1; Code; Code[20]) { DataClassification = CustomerContent; Caption = 'No.'; } field(2; Description; Text[50]) { DataClassification = CustomerContent; Caption = 'Description'; } field(3; Default; Boolean) { DataClassification = CustomerContent; Caption = 'Default'; } field(4; EnableNewsletter; Enum NewsletterType) { Caption = 'Enable Newsletter'; DataClassification = CustomerContent; } field(5; FreeGiftsAvailable; Boolean) { DataClassification = CustomerContent; Caption ...
Read now
Unlock full access