Pages

Saturday, March 4, 2017

Exposing display methods by AIF in Microsoft Dynamics AX 2009

Sometimes you need to send by AIF data display methods. In my case I have created AIF for EmplTable and additionally I would like to send full name.

1. Find in generated by AIF Wizard classes, class starts with Ax*. In this case it is AxEmplTable.
Write additional parm method returning full name.


2. Save class, Refresh Services, press Generate and do iisreset on IIS Server from command prompt.


3. In Visual Studio Update Service References.



4. Now I can see FullName on my fields list.



No comments:

Post a Comment