Skip to main content
API Family:Default
Version:23.200.001
Screen ID:PM304000

Properties

Select a row for its DAC field and description
PropertyTypeData Type
CreatedDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.PM.PMRegister.CreatedDateTime
Description:No description available
DescriptionStringValuestring
DAC Field:PX.Objects.PM.PMRegister.Description
Description:The description of the document.
DetailsListProjectTransactionDetail
DAC Field:Not mapped to a DAC field
Description:No description available
LastModifiedDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.PM.PMRegister.LastModifiedDateTime
Description:No description available
ModuleStringValuestring
DAC Field:PX.Objects.PM.PMRegister.Module
Description:The identifier of the functional area, to which the batch belongs. The field can have one of the following values: "GL", "AP", "AR", "IN", "PM", "CA", "DR", "PR".
OriginalDocNbrStringValuestring
DAC Field:PX.Objects.PM.PMRegister.OrigDocNbr
Description:The reference number of the original document.
OriginalDocTypeStringValuestring
DAC Field:PX.Objects.PM.PMRegister.OrigDocType
Description:The type of the original document. The field can have one of the following values: ""AL"": Allocation, ""TC"": Time Card, ""CS"": Case, ""EC"": Expense Claim, ""ET"": Equipment Time Card, ""AR"": Allocation Reversal, ""RV"": Reversal, ""IN"": Invoice, ""CR"": Credit Memo, ""DM"": Debit Memo, ""UR"": Unbilled Remainder, ""RR"": Unbilled Remainder Reversal, ""PB"": Pro Forma Billing, ""BL"": Bill, ""CA"": Credit Adjustment, ""DA"": Debit Adjustment, ""WR"": WIP Reversal, ""AP"": Service Order, ""SO"": Appointment, ""PR"": Regular Paycheck, ""PS"": Special Paycheck, ""PA"": Adjustment Paycheck, ""PV"": Void Paycheck, ""PF"": Final Paycheck
ReferenceNbrStringValuestring
DAC Field:PX.Objects.PM.PMRegister.RefNbr
Description:The reference number of the document. The number is generated from the numbering sequence, which is specified on the Project Preferences form.
StatusStringValuestring
DAC Field:PX.Objects.PM.PMRegister.Status
Description:The read-only status of the document. The field can have one of the following values: ""H"": Hold, ""B"": Balanced, ""R"": Released
TotalAmountDecimalValuedecimal
DAC Field:PX.Objects.PM.PMRegister.AmtTotal
Description:The total amount for the project transactions in the base currency.
TotalBillableQtyDecimalValuedecimal
DAC Field:PX.Objects.PM.PMRegister.BillableQtyTotal
Description:The total billable quantity for the project transactions.
TotalQtyDecimalValuedecimal
DAC Field:PX.Objects.PM.PMRegister.QtyTotal
Description:The total quantity of items in the project transactions.

Minimum Payload

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

0 required fields
{
  "Details": [
    {
      "FinPeriod": {
        "value": "string"
      },
      "Project": {
        "value": "string"
      }
    }
  ]
}

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 (ProjectTransactionDetail); one example row is included above because a document usually has lines, and each row needs FinPeriodProject of its own.

Available in Versions