Gets or sets the ORG_CODE field of the COrderLine.

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

Syntax

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

Remarks

If the financial entity code is not present in the database an error is reported.

See Also