A container variable can contain different types and values of simple and
extended data types, including arrays and other container variables. Classes
cannot be put into containers. 回复
The sum control in generated designs is used in footer sections. When used in auto
designs the sum control must be put in a programmable section. 回复
Programmable sections are executed from code.
This type of sections can be used in cases, where
you need to print data which is not part of the
query. 回复
An MRPII system has only one purpose :
to accurately simulate the realities of a manufacturing environment. 回复
If you have to export complex data types such as containers, this can be done using the system
class BinaryIo. Alternatively you will have to export your data as XML. 回复
If changing an AOT macro, you must recompile all AOT objects which are using the AOT macro.
Changes to an AOT macro are first recognized by the objects using the macro when compiling. 回复
Before creating a virtual company you should export data for the
tables used in the table collection, as existing data will be deleted from these tables
when added to a virtual company. 回复
the map was restored after the fields were added. Each time a change is
made to the fields in map, you will have to restore the map otherwise changes will not be shown in mappings before restarting 回复
You can also skip the code
on insert(), update() and delete() by using the corresponding table methods prefixed
do*. 回复
Axapta
primarykey可以用来获取数据时作为缺省的分类方式.morphx it中是这样说的:
The primary index is used
as the default sorting when data is fetch from the table. 回复