Dear Exper
I am new in AX Development I wrote below display method in data source and drag it on grid
i am not getting vendor name
Thanks
public display Name VendorName()
{
Name ret;
ret = VendTable::find("01052").name();
return ret;
}
*This post is locked for comments
I have the same question (0)