I'm new to AX development. I am using AX 2012. I have a class which is used by a web service to expose it's methods to an ASP.Net web site project. The web service works fine.
On my web page, I have a dropdownlist control. I want to create a method in my AX class which will return a list that populates my dropdownlist control. I have not used enums and I'm not sure how to do this. So I want to return rows of enums / descriptions that will populate my ASP.Net dropdownlist control. How can I do this?
*This post is locked for comments
I have the same question (0)