Gets or sets a reference to the Financial Entity (Organization) with which this COrder is associated.

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

Syntax

C#
public string FinancialEntityCode { get; set; }
Visual Basic
Public Property FinancialEntityCode As String
	Get
	Set
Visual C++
public:
property String^ FinancialEntityCode {
	String^ get ();
	void set (String^ value);
}

Field Value

The key to the Financial Entity that has fiscal responsibility for this COrder.

Remarks

The Financial Entity must be already be defined in iMIS in Organization Names; otherwise an error is reported.

See Also