Hello Everyone,
Is there any way to return multiple value on procedure in codeunit shared using ODATAv4 in Business Central on SaS ?
For Example i create a simple function to return Description and Description 2 of the item.
First, i tried variable parameter below and had no luck.
procedure GetItemAndDescription(ItemNo: Code[20]; var Description: Text[50]; var Description2: Text[50])
Second, i tried using Array return value and still no luck.
Please help. Thanks.
0