|
Axapta Editor
Variables list
When you type code in Axapta Editor, AxAssist analyzes it and offers list of suggestions. The list contains all available (defined) variables for current recognized element (class variables, datasources and corresponding tables, controls with property AutoDeclaration set to “Yes”). For operations like (“==”, “!=”, “=” and etc.) AxAssist determines type of the left operand and offers list of compatible variables.
In additional, for variables of “enum” type, list of values of enum’s is offered.
For example, ItemType::Item, ItemType::BOM, ItemType::Service are offered for enum ItemType.
If you type function call, AxAssist analyzes type of current parameter and offers list of compatible variables.
In Danish
In Russian
|