December 2018
Intermediate to advanced
764 pages
31h 47m
English
It's also possible to create new queries from Visual Studio Code. The tquery shortcut will create the basic layout for a new Query object when using the Microsoft AL Language extension in Visual Studio Code.
Here is an example:
query Id MyNewQuery { QueryType = Normal; elements { dataitem(DataItemName; SourceTableName) { column(ColumnName; SourceFieldName) { } filter(FilterName; SourceFieldName) { } } var myInt: Integer; trigger OnBeforeOpen() begin end; }
Read now
Unlock full access