Given the organizationCode (key to the financial entity), returns the associated CFinancialEntity object, or NULL if the financial entity is not found

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

Syntax

C#
public CFinancialEntity GetFinancialEntity(
	string organizationCode
)
Visual Basic (Declaration)
Public Function GetFinancialEntity ( _
	organizationCode As String _
) As CFinancialEntity
Visual C++
public:
CFinancialEntity^ GetFinancialEntity(
	String^ organizationCode
)

Parameters

organizationCode
Type: System..::.String
The key to the financial entity

Return Value

A CFinancialEntity object with details about the financial entity, or null if the financial entity is not found/not valid.

See Also