Hi All,
Just curious about this. The C:\Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin\XppIL\source folder does not contain forms and its methods. I might be missing some thing here . Please share some thoughts on this.
I am working on AIF . I am able to debug classes, tables and other relevant methods through visual studio(attaching the process) . But there has been instances where i need to check some functionality of integration going into form methods. How do i debug form methods for ax 2012 in AIF scenario..
Regards,
Sourav
*This post is locked for comments
Great .its worked!
Use X++ debugger to debug form methods. If you thing you have a problem with a form query, debug the query.
Neither is related to CIL.
I think you should stop speculating about unrelated things and start focusing on your actual problem. And if you need our help, you'll have to explain the problem to us, which you haven't done yet.
So if i have to debug some method on form which has a integration functionality , how exactly do i do it.. What i mean is as below:
I have a requirement in an integration process where i would like to know how data is flowing from the integrated system to my Ax and displaying on my form. I suspect my issue is related to the query range which is on the form. This is happening on the instance when data is flowing from my integrated system. Can you suggest me a way to debug it
CIL is generated for types only - classes, tables, enums etc. It also exists only of server, so it can't be used by forms, because they run on client (which is typically a completely different computer).
CIL code can't contain any form methods - you must be mistaken.
Mohamed Amine Mahmoudi
100
Super User 2025 Season 1
Community Member
48
shanawaz davood basha
6