Skip to main content
API Family:Default
Version:25.200.001
Screen ID:GL101000

Properties

Select a row for its DAC field and description
PropertyTypeData Type
AdjustToPeriodStartBooleanValueboolean
DAC Field:Not mapped to a DAC field
Description:No description available
BelongsToNextYearBooleanValueboolean
DAC Field:PX.Objects.GL.FinYearSetup.BelongsToNextYear
Description:When set to "true", indicates that the system must set the financial year to the one, following the year of the selected start date of the year. For example, if the selected start date is 10/28/2014 and this option is set to "true", the FirstFinYear will be "2015". If this option is set to "false", FirstFinYear for the same date will be "2014".
CreatedDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.GL.FinYearSetup.CreatedDateTime
Description:No description available
DayOfWeekStringValuestring
DAC Field:PX.Objects.GL.FinYearSetup.YearLastDayOfWeek
Description:The day of the week of the last day of the financial year. Relevant ony for the period types based on weeks and if the EndYearCalcMethod is not ""CA"" - Last day of the financial year.
DetailsListFinancialYearPeriodDetail
DAC Field:Not mapped to a DAC field
Description:No description available
FinancialYearStartsOnDateTimeValueDateTime
DAC Field:PX.Objects.GL.FinYearSetup.BegFinYear
Description:The start date of the financial year.
FirstFinancialYearStringValuestring
DAC Field:PX.Objects.GL.FinYearSetup.FirstFinYear
Description:First financial year, for which data is stored in the system.
FirstPeriodStartDateDateTimeValueDateTime
DAC Field:PX.Objects.GL.FinYearSetup.PeriodsStartDate
Description:The start date of the first period of the year.
HasAdjustmentPeriodBooleanValueboolean
DAC Field:PX.Objects.GL.FinYearSetup.HasAdjustmentPeriod
Description:When set to "true", indicates that the system generates an additional period for posting adjustments. The adjustment period has the same start and end date and is the last period of the year. No date in the year corresponds to the adjustment period, so it can be selected for a particular document or batch only manually. See also the FinPeriod.IsAdjustment field.
LastModifiedDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.GL.FinYearSetup.LastModifiedDateTime
Description:No description available
LengthOfFinancialPeriodInDaysShortValueshort
DAC Field:PX.Objects.GL.FinYearSetup.PeriodLength
Description:Obsolete field. The length of periods of the year in days.
NbrOfFinancialPeriodsShortValueshort
DAC Field:PX.Objects.GL.FinYearSetup.FinPeriods
Description:The number of financial periods in the year.
PeriodsStartDayOfWeekStringValuestring
DAC Field:PX.Objects.GL.FinYearSetup.EndYearDayOfWeek
Description:The day of the week when period starts. Relevant only for the period types based on weeks. Allowed values are: 1 - "Sunday", 2 - "Monday", 3 - "Tuesday", 4 - "Wednesday", 5 - "Thursday", 6 - "Friday", 7 - "Saturday".
PeriodTypeStringValuestring
DAC Field:PX.Objects.GL.FinYearSetup.PeriodType
Description:The type of financial periods that make up the year. Allowed values are: "MO" - Month, "BM" - Two Months, "QR" - Quarter, "WK" - Week, "BW" - Two Weeks, "FW" - Four Weeks, "DC" - Decade, "FF" - 4-4-5 Weeks, "FI" - 4-5-4 Weeks, "IF" - 5-4-4 Weeks, "CL" - Customer Periods Length, "CN" - Custom Number of Periods.
UserDefinedPeriodsBooleanValueboolean
DAC Field:PX.Objects.GL.FinYearSetup.UserDefined
Description:The read-only field indicating whether the periods of the year can be modified by user. Depends on the value of the PeriodType field - returns "true" if the PeriodType is ""CN"" (Custom number of periods).
YearEndCalculationMethodStringValuestring
DAC Field:PX.Objects.GL.FinYearSetup.EndYearCalcMethod
Description:The method used to determine the end date of a year with week-long periods. Available values are: "CA" - Last day of the financial year, "LD" - Include last selected day of week of the year, "ND" - Include selected day of week, nearest tot the end of the year. For more information on these options see the documentation for the Financial Year (GL101000) form.

Minimum Payload

Derived from static analysis of the 2025.2 source; runtime configuration may require additional fields.

0 required fields
{
  "Details": [
    {}
  ]
}

No property of this entity could be shown to be required on insert by static analysis; see the full properties table.

Details is the detail-lines collection (FinancialYearPeriodDetail); one example row is included above because a document usually has lines, and no field of the row itself could be shown to be required on insert — the keys a line is identified by are defaulted from the parent record.

Available in Versions