StatementCycle
19 properties
Properties
Select a row for its DAC field and description| Property | Type | Data Type | |
|---|---|---|---|
AgingPeriod1EndDay | ShortValue | short | |
DAC Field: PX.Objects.AR.ARStatementCycle.AgeDays00Description:An integer value indicating the upper inclusive bound, in days, of the first aging period. For example, if AgeDays00 is equal to 7, then the first aging period will correspond to documents that are 1-7 days past due. | |||
AgingPeriod1Message | StringValue | string | |
DAC Field: PX.Objects.AR.ARStatementCycle.AgeMsg00Description:The description of the first aging period, which incorporates documents that are from 1 to AgeDays00 days past due. | |||
AgingPeriod2EndDay | ShortValue | short | |
DAC Field: PX.Objects.AR.ARStatementCycle.AgeDays01Description:An integer value indicating the upper inclusive bound, in days, of the second aging period. For example, if AgeDays00 is equal to 7, and AgeDays01 is equal to 14, then the second aging period will correspond to documents that are 8-14 days past due. | |||
AgingPeriod2Message | StringValue | string | |
DAC Field: PX.Objects.AR.ARStatementCycle.AgeMsg01Description:The description of the second aging period, which incorporates documents that are from AgeDays00 + 1 to AgeDays01 days past due. | |||
AgingPeriod3EndDay | ShortValue | short | |
DAC Field: PX.Objects.AR.ARStatementCycle.AgeDays02Description:An integer value indicating the upper inclusive bound, in days, of the third non-current aging period. For example, if AgeDays01 is equal to 14, and AgeDays02 is equal to 21, then the third aging period will correspond to documents that are 15-21 days past due. | |||
AgingPeriod3Message | StringValue | string | |
DAC Field: PX.Objects.AR.ARStatementCycle.AgeMsg02Description:The description of the third aging period that incorporates documents that are from AgeDays01 + 1 to AgeDays02 days past due. | |||
AgingPeriod4Message | StringValue | string | |
DAC Field: PX.Objects.AR.ARStatementCycle.AgeMsg03Description:The description of the last aging period that incorporates documents that are over AgeDays02 days past due. | |||
ApplyOverdueCharges | BooleanValue | boolean | |
DAC Field: PX.Objects.AR.ARStatementCycle.FinChargeApplyDescription:A boolean value indicating whether financial charges should be applied to customers belonging to the current statement cycle. | |||
CreatedDateTime | DateTimeValue | DateTime | |
DAC Field: PX.Objects.AR.ARStatementCycle.CreatedDateTimeDescription:No description available | |||
CycleID | StringValue | string | |
DAC Field: PX.Objects.AR.ARStatementCycle.StatementCycleIdDescription:Key field. A human-readable unique string identifier of the statement cycle. | |||
DayOfMonth | ShortValue | short | |
DAC Field: PX.Objects.AR.ARStatementCycle.Day00Description:For ARStatementScheduleType.TwiceAMonth and ARStatementScheduleType.FixedDayOfMonth schedule types, indicates the first (or the only, correspondingly) day of month, on which customer statements are generated. | |||
DayOfMonth1 | ShortValue | short | |
DAC Field: PX.Objects.AR.ARStatementCycle.Day01Description:For ARStatementScheduleType.TwiceAMonth schedule type, indicates the second day of month, on which bi-monthly customer statements are generated. | |||
Description | StringValue | string | |
DAC Field: PX.Objects.AR.ARStatementCycle.DescrDescription:The statement cycle description. | |||
LastModifiedDateTime | DateTimeValue | DateTime | |
DAC Field: PX.Objects.AR.ARStatementCycle.LastModifiedDateTimeDescription:No description available | |||
LastStatementDate | DateTimeValue | DateTime | |
DAC Field: PX.Objects.AR.ARStatementCycle.LastStmtDateDescription:Indicates the date on which customer statements were last generated for the current statement cycle. | |||
OverdueChargeID | StringValue | string | |
DAC Field: PX.Objects.AR.ARStatementCycle.FinChargeIDDescription:The reference to the overdue charge that should be calculated for customers belonging to the current statement cycle. | |||
PrepareOn | StringValue | string | |
DAC Field: PX.Objects.AR.ARStatementCycle.PrepareOnDescription:Indicates the type of schedule, according to which customer statements are generated within the current statement cycle. See ARStatementScheduleType. | |||
RequireOverdueChargesCalculationBeforeStatement | BooleanValue | boolean | |
DAC Field: PX.Objects.AR.ARStatementCycle.RequireFinChargeProcessingDescription:A boolean value indicating whether the system should require the overdue charges calculation before generating customer statements. | |||
RequirePaymentApplicationBeforeStatementProcessing | BooleanValue | boolean | |
DAC Field: PX.Objects.AR.ARStatementCycle.RequirePaymentApplicationDescription:A boolean value indicating whether the system should require all open customer payments to be applied in full before generating customer statements. | |||
Minimum Payload
Derived from static analysis of the 2025.2 source; runtime configuration may require additional fields.
{
"CycleID": {
"value": "string"
},
"Description": {
"value": "string"
}
}For every property this entity accepts, see the properties table.