CodeTablesCodeTableEntryValue Method (Int32, String, Boolean, ESystems, eContext)

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

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 int CodeTableEntryValue(
	int tableID,
	string value,
	bool UseShortDesc = false,
	ESystems System = ESystems.eCRM,
	eContext Context = eContext.Unknown
)

Parameters

tableID
Type: SystemInt32
The record ID of the code table.
value
Type: SystemString
The code table entry description.
UseShortDesc (Optional)
Type: SystemBoolean
If True searches using the entry's short description value, if False searches using the long description.
System (Optional)
Type: BBNCExtensions.InterfacesESystems
Context (Optional)
Type: BBNCExtensions.InterfaceseContext

Return Value

Type: Int32
The value of the code table entry.