Announcements
No record found.
table 1 "TableHeader" { DataClassification = CustomerContent; fields { field(1; "Entry No."; Integer) { AutoIncrement = true; } field(10; "Message No."; Text) { TableRelation = "TableMessage"."Message No"; } } table 2 "TableLine" { DataClassification = CustomerContent; fields { field(1; "Entry No."; Integer) { AutoIncrement = true; } field(10; "Message No."; Text) { TableRelation = "TableMessage"."Message No"; } field(11; "Description"; Text) { } } page 1 "Header" { PageType = API; Extensible = false; APIPublisher = 'publisher'; APIGroup = 'group'; APIVersion = 'v1.0'; EntityName = 'header'; EntitySetName = 'headers'; SourceTable = "TableHeader"; DelayedInsert = true; DeleteAllowed = false; ModifyAllowed = false; ODataKeyFields = SystemId; layout { area(Content) { repeater(GroupName) { field(id; Rec.SystemId) { Caption = 'Id'; Editable = false; } field("messageNumber"; Rec."Message No.") { } part(lines; "Line") { EntityName = 'line'; EntitySetName = 'lines'; SubPageLink = "Message No." = field("Message No."); } } } } } page 2 "Line" { PageType = API; Extensible = false; APIPublisher = 'publisher'; APIGroup = 'group'; APIVersion = 'v1.0'; EntityName = 'line'; EntitySetName = 'lines'; SourceTable = "TableLine"; DelayedInsert = true; DeleteAllowed = false; ModifyAllowed = false; ODataKeyFields = SystemId; layout { area(Content) { repeater(GroupName) { field(id; Rec.SystemId) { Caption = 'Id'; Editable = false; } field("messageNumber"; Rec."Message No.") { } field("description"; Rec."Description") { } } } } } JSON { "messageNumber": "Message 1", "lines": [{ "Description": "Description 1" }, { "Description": "Description 2" }] }
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
OussamaSabbouh 1,947 Super User 2026 Season 1
YUN ZHU 1,120 Super User 2026 Season 1
Khushbu Rajvi. 628 Super User 2026 Season 1