Add item name in Project Item Journal

Could anybody tell me how to add item name in Project Item Journal…

What is the AX version?

Check this path :

Inventory Management>Setup>Work flow configuration> General

AX 2009

There is a display method \Data Dictionary\Tables\InventJournalTrans\Methods\itemName. You can add that to the form.

https://msdn.microsoft.com/en-us/library/aa595058(v=ax.50).aspx

I added this method to form and still not showing the description…

There could be a problem with the way you have added. Can you explain us the way you have done this?

I added the method ‘ItemName’ under the form and create one field (new control) and assign the method the method to that.

No need to add the method under form. You can set the datasource and dataMethod properties of the string control

Done…Thanks