TrialBalance
15 properties
API Family:Default
Version:20.200.001
DAC Mapping:PX.Objects.GL.GLTrialBalanceImportMap
Screen ID:
GL303010Properties
Select a row for its DAC field and description| Property | Type | Data Type | |
|---|---|---|---|
BatchNbr | StringValue | string | |
DAC Field: PX.Objects.GL.GLTrialBalanceImportMap.BatchNbrDescription:No description available | |||
Branch | StringValue | string | |
DAC Field: PX.Objects.GL.GLTrialBalanceImportMap.OrgBAccountIDDescription:A reference to the BAccount An integer identifier of the organizational entity. BAccountID of the Organization if OrganizationType != OrganizationTypes.WithBranchesBalancing BAccountID of the Branch if OrganizationType = OrganizationTypes.WithBranchesBalancing Corresponds to the BAccount.BAccountID field. | |||
ControlTotal | DecimalValue | decimal | |
DAC Field: PX.Objects.GL.GLTrialBalanceImportMap.TotalBalanceDescription:No description available | |||
CreatedDateTime | DateTimeValue | DateTime | |
DAC Field: PX.Objects.GL.GLTrialBalanceImportMap.CreatedDateTimeDescription:No description available | |||
CreditTotal | DecimalValue | decimal | |
DAC Field: PX.Objects.GL.GLTrialBalanceImportMap.CreditTotalBalanceDescription:No description available | |||
DebitTotal | DecimalValue | decimal | |
DAC Field: PX.Objects.GL.GLTrialBalanceImportMap.DebitTotalBalanceDescription:No description available | |||
Description | StringValue | string | |
DAC Field: PX.Objects.GL.GLTrialBalanceImportMap.DescriptionDescription:No description available | |||
Details | List | TrialBalanceDetail | |
DAC Field:Not mapped to a DAC field Description:No description available | |||
Hold | BooleanValue | boolean | |
DAC Field: PX.Objects.GL.GLTrialBalanceImportMap.IsHoldDescription:No description available | |||
ImportDate | DateTimeValue | DateTime | |
DAC Field: PX.Objects.GL.GLTrialBalanceImportMap.ImportDateDescription:No description available | |||
ImportNbr | StringValue | string | |
DAC Field: PX.Objects.GL.GLTrialBalanceImportMap.NumberDescription:No description available | |||
LastModifiedDateTime | DateTimeValue | DateTime | |
DAC Field: PX.Objects.GL.GLTrialBalanceImportMap.LastModifiedDateTimeDescription:No description available | |||
Ledger | StringValue | string | |
DAC Field: PX.Objects.GL.GLTrialBalanceImportMap.LedgerIDDescription:No description available | |||
Period | StringValue | string | |
DAC Field: PX.Objects.GL.GLTrialBalanceImportMap.FinPeriodIDDescription:No description available | |||
Status | StringValue | string | |
DAC Field: PX.Objects.GL.GLTrialBalanceImportMap.StatusDescription:No description available | |||
Minimum Payload
Derived from static analysis of the 2025.2 source; runtime configuration may require additional fields.
{
"Branch": {
"value": "string"
},
"Period": {
"value": "string"
},
"Details": [
{}
]
}For every property this entity accepts, see the properties table.
Details is the detail-lines collection (TrialBalanceDetail); 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.