Dear community i would be grateful for the suggestions or answers
I have a task to convert display method code into field on grid
below i have code task is to remove this approach and manage by alternate way how i can resolve this issue in ax2012
[SysClientCacheDataMethodAttribute(true)] display PurchLineShowItemName itemName() { PurchLineShowItemName purchLineShowItemName; if (this.ItemId) { purchLineShowItemName = this.inventTable().itemName(this.inventDim()); } else { purchLineShowItemName = this.Name; } return purchLineShowItemName; }