Display table based on settings for the Production or item.
$LB(Target,Value,ValueType,Default,DefaultType)
(WAS: $lb(Target,Name,Value,ValueType,Default,DefaultType,Description,Type,MAXLEN,MINVAL,MAXVAL,VALUELIST,DISPLAYLIST,IsRequired))
ValueType tells you where this Value is coming from:
$$$eConfigSettingValueTypeProperty: this value is from class definition property default;
$$$eConfigSettingValueTypeSystem: this value is from the default settings;
$$$eConfigSettingValueTypeProduction: this value is from Production definition.
$$$eConfigSettingValueTypeRegistry: this value is from Registry
DefaultType is similar to ValueType, it is the ValueType of the Default property:
$$$eConfigSettingValueTypeProperty: this default value is from class definition property default;
$$$eConfigSettingValueTypeSystem: this default value is from the default settings.
pSeed = 0 is the initial load; pSeed = 1 is reset.
Black means it's defined in the Production;
Blue means it's coming from default settings;
Green means it's coming from class definition.