This leads to more things:
- You can write dates in Axapta X++ editor using backslashes, e.g. 14\04\2006
- An empty date in Axapta is specified as January 1st, 1900.
- You can use methods from the Global class without having to write "Global::". So, you can write "if date == datenull()" and you do not have to write "if date == Global::datenull()". This works with all the methods from the Global class.
1 Kommentar:
is it possible to send nothing not even 1/1/1900? If the date is null?
Kommentar veröffentlichen