ConfigChoice::checkExist Method
Indicates whether the specified record exists in the ConfigChoice table and displays a message if the record does not exist.
Syntax
client server public static boolean checkExist(
ItemId itemNum,
EcoResItemConfigurationName configId,
ConfigGroupId configGroupId,
ItemId chosenItemId)
Run On
Called
Parameters
- itemNum
Type: ItemId Extended Data Type
The ItemId value of the record for which to check.
- configId
Type: EcoResItemConfigurationName Extended Data Type
The EcoResItemConfigurationName value of the record for which to check.
- configGroupId
Type: ConfigGroupId Extended Data Type
The ConfigGroupId value of the record for which to check.
- chosenItemId
Type: ItemId Extended Data Type
The ItemId value of the record for which to check.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.