Training
Module
Get Started with Development using X++ in Finance and Operations apps - Training
X++ is an object-oriented language. This module introduces X++ development for finance and operations apps, which is performed in Visual Studio.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
XLANG/s reserves various keywords, type names, and identifier names for its own usage.
activate | atomic | body |
call | catch | checked |
compensate | compensation | construct |
correlation | correlationtype | delay |
dynamic | else | exceptions |
exec | exists | false |
if | implements | in |
initialize | internal | link |
listen | longrunning | message |
messagetype | method | module |
new | null | oneway |
out | parallel | port |
porttype | private | public |
receive | ref | request |
requestresponse | response | scope |
send | service | servicelink |
servicelinktype | source | succeeded |
suppressfailure | suspend | target |
task | terminate | throw |
timeout | transaction | transform |
true | unchecked | until |
uses | using | while |
xpath |
SchemaBase
PropertyBase
All names beginning with __ (double under-score) are reserved in XLANG/s.
Note
XLANG/s identifiers may be no more than 511 characters long.
Note
Lines of XLANG/s code may be no more than 2040 characters long.
Training
Module
Get Started with Development using X++ in Finance and Operations apps - Training
X++ is an object-oriented language. This module introduces X++ development for finance and operations apps, which is performed in Visual Studio.