Click or drag to resize

featurePropertiescompatibility_LateBoundPicklistLegacyMode Property

Turns on legacy mode for late bound picklists. The legacy mode for late bound picklists is to cache a latebound picklist by discrim if a discrim value is provided, or by key if a discrim value is NOT provided.The new latebound picklist handling will cache by...Key if the latebound sql contains a {{KEY}} token.Discrim if the latebound sql contains a {{DISCRIM}} tokencombination of Key+Discrim if the latebound sql contains BOTH {{KEY}} and {{DISCRIM}} tokens.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
bool compatibility_LateBoundPicklistLegacyMode { get; }

Property Value

Type: Boolean
Turns on legacy mode for late bound picklists. The legacy mode for late bound picklists is to cache a latebound picklist by discrim if a discrim value is provided, or by key if a discrim value is NOT provided.The new latebound picklist handling will cache by...Key if the latebound sql contains a {{KEY}} token.Discrim if the latebound sql contains a {{DISCRIM}} tokencombination of Key+Discrim if the latebound sql contains BOTH {{KEY}} and {{DISCRIM}} tokens.
See Also