Programming Microsoft Dynamics 365 Business Central Pdf Updated -
Assignable = true; IncludedPermissionSets = "SALES - VIEW"; Permissions = table 50000 "Hello World Item" = R;
field("Item No."; "Item No.") field(Description; Description)
QueryType = API; APIPublisher = 'mycompany'; APIGroup = 'sales'; ... programming microsoft dynamics 365 business central pdf
[IntegrationEvent(true, false)] procedure OnAfterValidateSalesLine(var SalesLine: Record "Sales Line") (in your codeunit):
SourceTable = "Hello World Item"; layout Assignable = true; IncludedPermissionSets = "SALES - VIEW";
4.1 Events (Publisher & Subscriber) Publisher (usually in system codeunits):
1. Introduction Business Central (BC) is built on the AL language (replacing C/AL). Development is object-oriented, event-driven, and cloud-ready. Assignable = true
// Page 50000 page 50000 "Hello World List"