GLTransactionLine


Description

A GL transaction line in Microsoft Dynamics GP.

Properties

Property

Type

Length

Default

Description

Key

GLTransactionLineKey

N/A

N/A

The GL transaction line key object that uniquely identifies the GL transaction line.

CreditAmount

Amount

N/A

0

The credit amount for the account on the same line. The right-hand side of the account. If a credit amount isn’t being specified for the line, this property must be set to 0.

DebitAmount

Amount

N/A

0

The debit amount for the account on the same line. The left-hand side of the account. If a debit amount isn’t being specified for the line, this property must be set to 0.

Description

string

N/A

Empty

The description which identifies the account in the chart of accounts.

GLAccountKey

GLAccountNumberKey

N/A

Empty

The GL account number key object that uniquely identifies the GL account number.

ExchangeRate

decimal

N/A

N/A

The exchange rate between the transactional and local currency. This property is read-only.

ExchangeDate

dateTime

N/A

If not provided, will be set to transaction date.

The exchange date associated with the exchange rate provided.

IntercompanyKey

CompanyKey

N/A

N/A

The company key object that uniquely identifies the company that originated the GL transaction line. This property is read-only.

OriginatingDocument

GLOriginatingDocumentLine

N/A

N/A

The originating document for the line. This property is read-only.

Tax

GLTax

N/A

N/A

Defines the GL taxes for the transaction line.


Inherits from

BusinessObject


Documentation Feedback