GLAccountCriteriaBase


Description

Specifies the base set of criteria to use when retrieving GL account summary objects. Only GL accounts 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

CreatedDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date the GL account was created.

ModifiedDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date the GL account 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.

IsActive

RestrictionOfNullableOfBoolean

A boolean restriction specifying the active status of the GL account.

GLAccountId

LikeRestrictionOfString

A string restriction specifying the ID of the GL account.

Description

LikeRestrictionOfString

A string restriction specifying the description of the GL account.

Alias

LikeRestrictionOfString

A string restriction specifying the alias of the GL account.


Inherits from

Criteria


Documentation Feedback