April 2017
Intermediate to advanced
706 pages
17h 8m
English
TODAY retrieves the current system date as set in the operating system. TIME retrieves the current system time as set in the operating system. CURRENTDATETIME retrieves the current date and time in the DATETIME format, which is stored in UTC international time (formerly referenced as GMT or Greenwich Mean Time) and then displayed in local time. If we are using the Windows client, these use the time setting in the NAV Client. If the system operates in multiple time zones at one time, search Microsoft Dynamics NAV Help on time zone for the several references on how to deal with multiple time zones.
The syntax for each of these follows:
DateField := TODAY; TimeField := TIME; DateTimeField := CURRENTDATETIME; ...
Read now
Unlock full access