CashTransaction
7 properties
Properties
Select a row for its DAC field and description| Property | Type | Data Type | |
|---|---|---|---|
Approved | BooleanValue | boolean | |
DAC Field: PX.Objects.CA.CAAdj.ApprovedDescription:Specifies (if set to "true") that the transaction has been approved by a responsible person. This field is displayed if the CASetup.RequestApproval field is set to "true". | |||
CashAccountCD | StringValue | string | |
DAC Field: PX.Objects.CA.CAAdj.CashAccountIDDescription:The cash account that is the source account for the transaction. | |||
Description | StringValue | string | |
DAC Field: PX.Objects.CA.CAAdj.TranDescDescription:The description of the transaction. | |||
Details | List | CashTransactionDetail | |
DAC Field:Not mapped to a DAC field Description:No description available | |||
EntryTypeCD | StringValue | string | |
DAC Field: PX.Objects.CA.CAAdj.EntryTypeIDDescription:The user-defined transaction type. Selects the appropriate type from the list of entry types defined for the selected cash account. | |||
ExternalReferenceNumber | StringValue | string | |
DAC Field: PX.Objects.CA.CAAdj.ExtRefNbrDescription:The reference number of the external document. | |||
PostedDate | DateTimeValue | DateTime | |
DAC Field: PX.Objects.CA.CAAdj.TranDateDescription:The date of the transaction. | |||
Minimum Payload
Derived from static analysis of the 2025.2 source; runtime configuration may require additional fields.
{
"CashAccountCD": {
"value": "string"
},
"Details": [
{}
]
}For every property this entity accepts, see the properties table.
Details is the detail-lines collection (CashTransactionDetail); 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.