Programming Microsoft Dynamics 365 Business Central Pdf -

repeater(General)

// Page 50000 page 50000 "Hello World List" programming microsoft dynamics 365 business central pdf

4.1 Events (Publisher & Subscriber) Publisher (usually in system codeunits): repeater(General) // Page 50000 page 50000 "Hello World

QueryType = API; APIPublisher = 'mycompany'; APIGroup = 'sales'; ... APIPublisher = 'mycompany'

field("Item No."; "Item No.") field(Description; Description)

1. Introduction Business Central (BC) is built on the AL language (replacing C/AL). Development is object-oriented, event-driven, and cloud-ready.

PageType = API; APIPublisher = 'mycompany'; APIGroup = 'sales'; APIVersion = 'v1.0'; EntityName = 'customer'; EntitySetName = 'customers'; SourceTable = Customer; ...