Programming Microsoft Dynamics NAV - Fifth Edition
by Marije Brummel, David Studebaker, Christopher D. Studebaker
Frequently used C/AL functions
It's time to learn some more of the standard functions provided by C/SIDE. We will focus on the following short list of frequently used functions: MESSAGE, ERROR, CONFIRM, and STRMENU.
There is a group of functions in C/AL called Dialog functions. The purpose of these functions is to allow communications, that is, dialog, between the system and the user. In addition, the Dialog functions can be useful for quick and simple testing/debugging. In order to make it easier for us to proceed with our next level of C/AL development work, we'll take time now to learn about those four dialog functions. None of these functions will operate if the C/AL code is running on the NAV Application Server as it has no GUI available. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access