This link will show you how to resolve compiler warnings in Axapta.
http://blogs.msdn.com/x/
This blog is about daily challenges we normally faced in Dynamics 365 and Dynamics AX development.
Monday, September 10, 2007
Thursday, September 6, 2007
Dynamics AX Programming of Basic Methods of Tables
this is very nice link for basic level understanding
http://msdax.blogspot.com/2007/07/programming-of-basic-methods-of-tables.html
http://msdax.blogspot.com/2007/07/programming-of-basic-methods-of-tables.html
Tuesday, September 4, 2007
Code Coverage of Table Level Methods
In order to enable code coverage you have to follow some naming conventions or override a specific method on your test class:Naming convention: TableName + Test or simply override the testsElementName() method and returnthe name of your table.(also, override the testsElementType and return UtilElementType::Table;
Subscribe to:
Posts (Atom)