Attributes introduced with Dynamcis AX 2012 has deep penetration across different frameworks like Reporting, SysOperationFramework and AIF. Here is a information that you need to be keep in mind when using them.
Avoid using XML special symbols
For e.g. When creating parm methods for dialogs the labels come through the attribute. In the below example everything looks fine but the problem surfaces during CIL generation.
[DataMemberAttribute('Internal & Cost')]
public boolean parmInternalCost...(read more)
↧