Skip to main content
API Family:Default
Version:22.200.001
Screen ID:PR204000

Properties

Select a row for its DAC field and description
PropertyTypeData Type
AccrualLimitDecimalValuedecimal
DAC Field:Not mapped to a DAC field
Description:No description available
AccrualMethodStringValuestring
DAC Field:PX.Objects.PR.PRPTOBank.AccrualMethod
Description:The method of PTO hours accrual that defines whether PTO hours should be calculated as a percentage or a specific number should be used for every pay period. The field can have one of the values described in PTOAccrualMethod.ListAttribute.
AccrueonCertifiedJobOnlyBooleanValueboolean
DAC Field:PX.Objects.PR.PRPTOBank.IsCertifiedJobAccrual
Description:Indicates (if set to true) that hours are accumulated only for the earning lines with the selected Certified check box in the released paycheck.
ActiveBooleanValueboolean
DAC Field:PX.Objects.PR.PRPTOBank.IsActive
Description:Indicates (if set to true) that the PTO bank should be accruing during the paycheck process.
AllowNegativeBalanceBooleanValueboolean
DAC Field:PX.Objects.PR.PRPTOBank.AllowNegativeBalance
Description:Indicates (if set to true) that the system does not put restrictions on the disbursing amount.
BankStartDateDateTimeValueDateTime
DAC Field:PX.Objects.PR.PRPTOBank.StartDate
Description:The date at which the system adds the front loading number of hours to an employee PTO bank. You specify the number of hours in the Front Loading Amount box on the General Settings tab.
CanOnlyDisbursefromCarryoverBooleanValueboolean
DAC Field:PX.Objects.PR.PRPTOBank.DisburseFromCarryover
Description:Indicates (if set to true) that you can only use the carryover hours from the previous year.
CarryoverAmountDecimalValuedecimal
DAC Field:Not mapped to a DAC field
Description:No description available
CarryoverTypeStringValuestring
DAC Field:PX.Objects.PR.PRPTOBank.CarryoverType
Description:The way accruals are to be carried over from year to year starting the date specified in the Start Date box. The field can have one of the values described in CarryoverType.ListAttribute.
CreateFinTransactionsBooleanValueboolean
DAC Field:PX.Objects.PR.PRPTOBank.CreateFinancialTransaction
Description:Enable the money calculation and the creation of general ledger transaction for paid time off on Paychecks and Adjustments
DefaultAccrualPercentDecimalValuedecimal
DAC Field:Not mapped to a DAC field
Description:No description available
DefaultDisbursingTypeStringValuestring
DAC Field:PX.Objects.PR.PRPTOBank.DisbursingType
Description:The disbursing type. The field can have one of the values described in PTODisbursingType.ListAttribute.
DescriptionStringValuestring
DAC Field:PX.Objects.PR.PRPTOBank.Description
Description:The description.
DisbursingEarningCodeStringValuestring
DAC Field:PX.Objects.PR.PRPTOBank.EarningTypeCD
Description:The user-friendly unique identifier of the earning type used for dispersal on a paycheck. The field is included in FK.DisbursingEarningType. Corresponds to the EPEarningType.typeCD field.
FrontLoadingAmountDecimalValuedecimal
DAC Field:Not mapped to a DAC field
Description:No description available
GLAccountsPTOBankGLAccountsPTOBankGLAccounts
DAC Field:Not mapped to a DAC field
Description:No description available
LastModifiedDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.PR.PRPTOBank.LastModifiedDateTime
Description:No description available
OnSettlementStringValuestring
DAC Field:PX.Objects.PR.PRPTOBank.SettlementBalanceType
Description:The rule that will be applied to the PTO bank when a final paycheck is calculated for an employee who is assigned this PTO bank. The field can have one of the values described in SettlementBalanceType.ListAttribute.
PayCarryoverafterMonthsIntValueint
DAC Field:Not mapped to a DAC field
Description:No description available
PTOBankIDStringValuestring
DAC Field:PX.Objects.PR.PRPTOBank.BankID
Description:The unique identifier of a PTO bank to be used for the paid time off calculation.

Minimum Payload

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

3 required fields
{
  "BankStartDate": {
    "value": "2025-01-01T00:00:00Z"
  },
  "DisbursingEarningCode": {
    "value": "string"
  },
  "PTOBankID": {
    "value": "string"
  }
}

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

Available in Versions