FinancialYear
16 properties
Properties
Select a row for its DAC field and description| Property | Type | Data Type | |
|---|---|---|---|
AdjustToPeriodStart | BooleanValue | boolean | |
DAC Field:Not mapped to a DAC field Description:No description available | |||
BelongsToNextYear | BooleanValue | boolean | |
DAC Field: PX.Objects.GL.FinYearSetup.BelongsToNextYearDescription: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". | |||
CreatedDateTime | DateTimeValue | DateTime | |
DAC Field: PX.Objects.GL.FinYearSetup.CreatedDateTimeDescription:No description available | |||
DayOfWeek | StringValue | string | |
DAC Field: PX.Objects.GL.FinYearSetup.YearLastDayOfWeekDescription: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. | |||
Details | List | FinancialYearPeriodDetail | |
DAC Field:Not mapped to a DAC field Description:No description available | |||
FinancialYearStartsOn | DateTimeValue | DateTime | |
DAC Field: PX.Objects.GL.FinYearSetup.BegFinYearDescription:The start date of the financial year. | |||
FirstFinancialYear | StringValue | string | |
DAC Field: PX.Objects.GL.FinYearSetup.FirstFinYearDescription:First financial year, for which data is stored in the system. | |||
FirstPeriodStartDate | DateTimeValue | DateTime | |
DAC Field: PX.Objects.GL.FinYearSetup.PeriodsStartDateDescription:The start date of the first period of the year. | |||
HasAdjustmentPeriod | BooleanValue | boolean | |
DAC Field: PX.Objects.GL.FinYearSetup.HasAdjustmentPeriodDescription: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. | |||
LastModifiedDateTime | DateTimeValue | DateTime | |
DAC Field: PX.Objects.GL.FinYearSetup.LastModifiedDateTimeDescription:No description available | |||
LengthOfFinancialPeriodInDays | ShortValue | short | |
DAC Field: PX.Objects.GL.FinYearSetup.PeriodLengthDescription:Obsolete field. The length of periods of the year in days. | |||
NbrOfFinancialPeriods | ShortValue | short | |
DAC Field: PX.Objects.GL.FinYearSetup.FinPeriodsDescription:The number of financial periods in the year. | |||
PeriodsStartDayOfWeek | StringValue | string | |
DAC Field: PX.Objects.GL.FinYearSetup.EndYearDayOfWeekDescription: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". | |||
PeriodType | StringValue | string | |
DAC Field: PX.Objects.GL.FinYearSetup.PeriodTypeDescription: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. | |||
UserDefinedPeriods | BooleanValue | boolean | |
DAC Field: PX.Objects.GL.FinYearSetup.UserDefinedDescription: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). | |||
YearEndCalculationMethod | StringValue | string | |
DAC Field: PX.Objects.GL.FinYearSetup.EndYearCalcMethodDescription: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.
{
"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.