ConsolidatedTransactionReportScheduleJobDtoFilter

📄 Description: Data transfer object representing the filter criteria for scheduling consolidated transaction reports within the General Ledger, facilitating the management of ledger entries, transactions, accounts, and financial records.

Properties

Name

Type

Required

Restrictions

Description

idIn

[integer]

false

none

Filter by multiple values of id

idEqual

integer(int64)

false

none

Filter by exact match of id

idLike

string

false

none

Filter by partial match of id

createdAtGreaterThanOrEqual

string(date-time)

false

none

Filter where created at is greater than or equal to specified value

createdAtLessThanOrEqual

string(date-time)

false

none

Filter where created at is less than or equal to specified value

createdByLike

string

false

none

Filter by partial match of created by

createdByEqual

string

false

none

Filter by exact match of created by

modifiedAtGreaterThanOrEqual

string(date-time)

false

none

Filter where modified at is greater than or equal to specified value

modifiedAtLessThanOrEqual

string(date-time)

false

none

Filter where modified at is less than or equal to specified value

modifiedByLike

string

false

none

Filter by partial match of modified by

modifiedByEqual

string

false

none

Filter by exact match of modified by

activeEqual

boolean

false

none

Filter by exact match of active

nameLike

string

false

none

Filter by partial match of name

profileIdEqual

integer(int64)

false

none

Filter by exact match of profile id

uiSelector

string

false

none

Text value for uiSelector in ConsolidatedTransactionReportScheduleJobDtoFilter

dateRangeTypeEqual

string

false

none

Filter by exact match of date range type

ledgerTypesIn

[string]

false

none

Filter by multiple values of ledger types

transactionTypeValuesIn

[string]

false

none

Filter by multiple values of transaction type values

startDateEqual

string(date)

false

none

Filter by exact match of start date

endDateEqual

string(date)

false

none

Filter by exact match of end date

externalPostingStatusesIn

[string]

false

none

Filter by multiple values of external posting statuses

businessAreasIn

[BusinessAreaLite]

false

none

[Data transfer object representing a simplified view of a business area within the General Ledger, encompassing key attributes related to ledger entries, transactions, accounts, and financial records.]

functionalAreasIn

[FunctionalAreaLite]

false

none

[Data transfer object representing a simplified view of a functional area within the General Ledger, encompassing key attributes related to ledger entries, transactions, accounts, and financial records.]

Enumerated Values

Attribute

Value

dateRangeTypeEqual

DOCUMENT_DATE, POSTING_DATE, TRANSLATION_DATE, USER_DOCUMENT_DATE