AppTools Class
If you have AX 3.0, and the To Increase platform, then you have an Array of App* Classes. One of the coolest one's I think is the AppTools class.
This class really goes past the WinAPI Class found in standard Ax, as it uses the File Scripting COM Object for all IO work, it has great con2str(), and xml2con() methods. It has methods for returing the IP address (getIP()), and so forth.
All in all, this is a great class to use in your many different possible modifications, solutions. I also recommend taking the time to become real familiar with the other App* Classes. AppEntity is a great class, using reflection, to expose general table information when you don't excatly know what your looking at, but you know what you are looking for.
I plan on doing a write up of the different App* classes I have used so far, as there is not thata much developer documentation on it. For these App* classes alone I recommend getting the platform.
Check back soon!
Find a job at: www.DynamicsAXJobs.com
This class really goes past the WinAPI Class found in standard Ax, as it uses the File Scripting COM Object for all IO work, it has great con2str(), and xml2con() methods. It has methods for returing the IP address (getIP()), and so forth.
All in all, this is a great class to use in your many different possible modifications, solutions. I also recommend taking the time to become real familiar with the other App* Classes. AppEntity is a great class, using reflection, to expose general table information when you don't excatly know what your looking at, but you know what you are looking for.
I plan on doing a write up of the different App* classes I have used so far, as there is not thata much developer documentation on it. For these App* classes alone I recommend getting the platform.
Check back soon!
Find a job at: www.DynamicsAXJobs.com
0 Comments:
Post a Comment
<< Home