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

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

Syntax

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

Field Value

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

Remarks

This property is only applicable if the dues products is not a fund-raising item. For those products that are marked as IsFundRaisingItem = true, this value is the same as the FundCode. The Financial Entity must be already be defined in iMIS in Organization Names.

See Also