CodeTablesCodeTableEntryDescription Method (eCodeTableIds, Int32, Boolean, ESystems, eContext)

Gets a code table entry description given the table's enum value and the entry value.

Namespace: BBNCExtensions.API.Utility
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract string CodeTableEntryDescription(
	eCodeTableIds tableID,
	int value,
	bool ReturnShortDesc = false,
	ESystems System = ESystems.eCRM,
	eContext Context = eContext.Unknown
)

Parameters

tableID
Type: BBNCExtensions.InterfaceseCodeTableIds
The enum value of the code table.
value
Type: SystemInt32
The code table entry value.
ReturnShortDesc (Optional)
Type: SystemBoolean
If True returns the entry's short description value, if False returns the long description.
System (Optional)
Type: BBNCExtensions.InterfacesESystems
Context (Optional)
Type: BBNCExtensions.InterfaceseContext

Return Value

Type: String
The description of the specified code table entry.