Summary
In this chapter, we covered a number of practical tools and topics regarding AL coding and development. We started by reviewing AL methods and then we dived into a long list of methods and statements that we will need on a frequent basis.
We covered a variety of selected data-centric methods, including some for computation and validation, some for data conversion, and others for date handling. Next, we reviewed methods that affect the flow of logic and the flow of data, including FlowFields, control statements, CRUD, and filtering. Then, we put a number of these to work in an enhancement for our WDTU application. Finally, we gained knowledge about the multilanguage system that Business Central provides, and about debugging in AL.
In the next chapter, we will move on from focusing on data from within the application and change the focus to outside Business Central. How can external systems read, write, or modify Business Central data? How do we get information from a system...