Options

Returning Multiple Value on ODATAv4

yugi200186yugi200186 Member Posts: 20
edited 2021-04-14 in NAV Three Tier
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.
Sign In or Register to comment.