GLTransactionCriteria


Description

Specifies the criteria to use when retrieving a list of GL transaction summary objects. Only GL transaction summary objects that match the specified criteria will be returned. For the best performance, create criteria that uses only the properties marked with the dagger (†). These properties correspond to indexed columns in the database.

Properties

Property

Type

Description

CurrencyISOCode

LikeRestrictionOfString

A string restriction specifying the CurrencyISOCode of the GL transaction.

Date

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date of the GL transaction.

ModifiedDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date the GL transaction was modified. The value is in Coordinated Universal Time (UTC). Both the date and time portions of the value must be specified for the criteria.

JournalId

LikeRestrictionOfString

A string restriction specifying the JournalId of the GL transaction.

BatchId

LikeRestrictionOfString

A string restriction specifying the BatchId of the GL transaction.

FiscalYear

BetweenRestrictionOfNullableOfInt32

An integer restriction specifying the FiscalYear of the GL transaction.

RecurringTransaction
Sequence

BetweenRestrictionOfNullableOfInt32

An integer restriction specifying the recurring sequence of the GL transaction.

SourceDocumentId

LikeRestrictionOfString

A string restriction specifying the SourceDocumentId of the GL transaction.

TransactionState

ListRestrictionOfNullableOfGLTransactionState

A list restriction specifying the transaction state of the payables document.

LedgerType

ListRestrictionOfNullableOfGLLedgerType

A list restriction specifying the ledger type.


Inherits from

Criteria


Documentation Feedback