Gets the General Ledger Account to which the offset credit or debit created by the credit/debit write-off process (from AR/Cash, select Process month-end procedures, and click Credit/Debit Write-Offs) will be written for this Financial Entity.

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

Syntax

C#
public string DefaultWriteOffOffsetAcct { get; }
Visual Basic
Public ReadOnly Property DefaultWriteOffOffsetAcct As String
	Get
Visual C++
public:
property String^ DefaultWriteOffOffsetAcct {
	String^ get ();
}

See Also