Given the tableName (really the general look up table Table Name) and the Substitute or Code returns the description.

Namespace: Asi.iBO.SystemConfig
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string GetLookupDescriptionBySubtituteOrCode(
	string tableName,
	string substituteOrCode
)
Visual Basic
Public Function GetLookupDescriptionBySubtituteOrCode ( _
	tableName As String, _
	substituteOrCode As String _
) As String
Visual C++
public:
String^ GetLookupDescriptionBySubtituteOrCode(
	String^ tableName, 
	String^ substituteOrCode
)

Parameters

tableName
Type: System..::..String
The name of the General Lookup Table "table" for which values are desired.
substituteOrCode
Type: System..::..String
The Substitute (Expansion) or Code column value in the General Lookup Table. Note that this value is case sensitive.

Return Value

A string containing the description associated with the substitute or code and table name.

See Also