ItemUoMList

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:
1: UoMCode,TextSingular
 

 

Fields

Name

Type

Description

ItemCode

Edm.String(50)

Database: rtrim("OITM"."ItemCode")

UoMGroupCode

Edm.Int32

Unit of measure groups (UoM groups) are groups of one or more units of measure that you either

allow as units of measure for a product or exclude from the set of possible UoMs for the product.

You can assign UoM groups for the products of both the deliverying and receiving locations.

 

Linked BSL objects:

UnitGroup, UnitGroupLines

Linked table: OUGP

Linked column: UgpEntry

Integration hub: Importable

Database: "OITM"."UgpEntry"

UoMCode

Edm.String(20)

Database: rtrim("BEAS_ME"."ME_ID")

RoundDec

Edm.Int32

Database: "BEAS_ME"."ANZDEZ"+0

TextSingular

Edm.String(50)

Database: "BEAS_ME"."TEXTSINGULAR"||''

TextPlural

Edm.String(50)

Database: "BEAS_ME"."TEXTPLURAL"||''