Skip to main content
API Family:Default
Version:20.200.001
Screen ID:AR202800

Properties

Select a row for its DAC field and description
PropertyTypeData Type
AgingPeriod1EndDayShortValueshort
DAC Field:PX.Objects.AR.ARStatementCycle.AgeDays00
Description: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.
AgingPeriod1MessageStringValuestring
DAC Field:PX.Objects.AR.ARStatementCycle.AgeMsg00
Description:The description of the first aging period, which incorporates documents that are from 1 to AgeDays00 days past due.
AgingPeriod2EndDayShortValueshort
DAC Field:PX.Objects.AR.ARStatementCycle.AgeDays01
Description: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.
AgingPeriod2MessageStringValuestring
DAC Field:PX.Objects.AR.ARStatementCycle.AgeMsg01
Description:The description of the second aging period, which incorporates documents that are from AgeDays00 + 1 to AgeDays01 days past due.
AgingPeriod3EndDayShortValueshort
DAC Field:PX.Objects.AR.ARStatementCycle.AgeDays02
Description: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.
AgingPeriod3MessageStringValuestring
DAC Field:PX.Objects.AR.ARStatementCycle.AgeMsg02
Description:The description of the third aging period that incorporates documents that are from AgeDays01 + 1 to AgeDays02 days past due.
AgingPeriod4MessageStringValuestring
DAC Field:PX.Objects.AR.ARStatementCycle.AgeMsg03
Description:The description of the last aging period that incorporates documents that are over AgeDays02 days past due.
ApplyOverdueChargesBooleanValueboolean
DAC Field:PX.Objects.AR.ARStatementCycle.FinChargeApply
Description:A boolean value indicating whether financial charges should be applied to customers belonging to the current statement cycle.
CreatedDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.AR.ARStatementCycle.CreatedDateTime
Description:No description available
CycleIDStringValuestring
DAC Field:PX.Objects.AR.ARStatementCycle.StatementCycleId
Description:Key field. A human-readable unique string identifier of the statement cycle.
DayOfMonthShortValueshort
DAC Field:PX.Objects.AR.ARStatementCycle.Day00
Description:For ARStatementScheduleType.TwiceAMonth and ARStatementScheduleType.FixedDayOfMonth schedule types, indicates the first (or the only, correspondingly) day of month, on which customer statements are generated.
DayOfMonth1ShortValueshort
DAC Field:PX.Objects.AR.ARStatementCycle.Day01
Description:For ARStatementScheduleType.TwiceAMonth schedule type, indicates the second day of month, on which bi-monthly customer statements are generated.
DescriptionStringValuestring
DAC Field:PX.Objects.AR.ARStatementCycle.Descr
Description:The statement cycle description.
LastModifiedDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.AR.ARStatementCycle.LastModifiedDateTime
Description:No description available
LastStatementDateDateTimeValueDateTime
DAC Field:PX.Objects.AR.ARStatementCycle.LastStmtDate
Description:Indicates the date on which customer statements were last generated for the current statement cycle.
OverdueChargeIDStringValuestring
DAC Field:PX.Objects.AR.ARStatementCycle.FinChargeID
Description:The reference to the overdue charge that should be calculated for customers belonging to the current statement cycle.
PrepareOnStringValuestring
DAC Field:PX.Objects.AR.ARStatementCycle.PrepareOn
Description:Indicates the type of schedule, according to which customer statements are generated within the current statement cycle. See ARStatementScheduleType.
RequireOverdueChargesCalculationBeforeStatementBooleanValueboolean
DAC Field:PX.Objects.AR.ARStatementCycle.RequireFinChargeProcessing
Description:A boolean value indicating whether the system should require the overdue charges calculation before generating customer statements.
RequirePaymentApplicationBeforeStatementProcessingBooleanValueboolean
DAC Field:PX.Objects.AR.ARStatementCycle.RequirePaymentApplication
Description: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.

2 required fields
{
  "CycleID": {
    "value": "string"
  },
  "Description": {
    "value": "string"
  }
}

For every property this entity accepts, see the properties table.

Available in Versions