Hello, On the item Bin Contents I've created two new fields, Sell-to Customer Name and Item Description. I'm trying to retreive these from the Item Card.
My assumption was
recItem.GET(recItem."No.");
"Sell-to Customer Name" := recItem."Sell-to Customer Name";
Would work but it doesn't? What should I change
*This post is locked for comments