Display item name product from product number using x++ :
display SalesLineShowItemName itemnameproduct()
{
return EcoResProductTranslation::findByProductLanguage(this.inventTable().Product,"en-us").Name;
}
display SalesLineShowItemName itemnameproduct()
{
return EcoResProductTranslation::findByProductLanguage(this.inventTable().Product,"en-us").Name;
}
No comments:
Post a Comment
Give me feedback.