<@U7A0KGURX> Yeah `${itemline.item}` returns a con...
# suitescript
j
@alien4u Yeah
${itemline.item}
returns a concatenation of the itemid + displayname fields and
${itemline.item.item}
throws the error "Field item.item Not Found".
${itemline.item.itemid}
returns the ItemID just fine for the first item listed, unfortunitly it doesn't return the correct ItemID for subsequent items in the list.