I am absolutely new to MS Dynamics AX and the dev environment. In a particular pool, I am trying to add a line (column), and i am completely clueless as to how to go about it.
So far, I have gone to my overview tab and identified which table the columns in the grid are pulling from. Now I have also identified the parent table...I just need to be able to create a new method under that parent table and somehow get it over to display when I click on one of my journal reports from the content pane.
so far, my method looks like this:
display AccountName accountName()
{
return this.Name;
}
I am basically trying to get form/report to display the account name.
Any pointers please? i know I might not be making that much sense. But please feel free to ask me for more info, i would give it if I knew what.
*This post is locked for comments
I have the same question (0)