Gets or sets a reference to the Financial Entity (Organization) to which this product belongs.

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

Syntax

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

Field Value

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

Remarks

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

See Also