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.2.0

Syntax

C#
public virtual string FinancialEntityCode { get; set; }
Visual Basic (Declaration)
Public Overridable Property FinancialEntityCode As String
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