EcoResProductMasterDimensionValue::txtNotExist Method
Creates a warning message in case the product dimension table value does not exist for the specified product.
Syntax
client server public static TxtNotExist txtNotExist(
FieldLabel dimTableFieldLabel,
Name _value,
EcoResProductNumber _productNumber)
Run On
Called
Parameters
- dimTableFieldLabel
Type: FieldLabel Extended Data Type
The FieldLabel value that corresponds to the label of the primary key on the product dimension table.
- _value
Type: Name Extended Data Type
The Name value that corresponds to the possible product dimension table value.
- _productNumber
Type: EcoResProductNumber Extended Data Type
The EcoResProductNumber value that corresponds to the product ID value.
Return Value
Type: TxtNotExist Extended Data Type
A warning message in case the product dimension table value does not exist for the specified product.