itemUoM Present all UoM's which available for the current item
If no UoMGroup defined in the item, then it's the list of all UoM, otherwise only the UoM's related to the UoM Group
Example for dropdown: get ItemUoMList(<itemcode,bslstring>)?$mask1
ItemUoMList
Property |
Description |
Table |
BEAS_ME |
Primary key |
ItemCode/c |
$transaction |
no |
$branch |
no |
$mask |
For dropdown you can use follow mask definition: |
Name |
Type |
Description |
|
ItemCode |
Edm.String(50) |
|
|
UoMGroupCode |
Edm.Int32 |
|
|
UoMCode |
Edm.String(20) |
|
|
RoundDec |
Edm.Int32 |
|
|
TextSingular |
Edm.String(50) |
|
|
TextPlural |
Edm.String(50) |
|