MaterialEntry
13 properties
Properties
Select a row for its DAC field and description| Property | Type | Data Type | |
|---|---|---|---|
BatchNbr | StringValue | string | |
DAC Field: PX.Objects.AM.AMBatch.BatNbrDescription:The reference number of the transaction. | |||
ControlAmount | DecimalValue | decimal | |
DAC Field: PX.Objects.AM.AMBatch.ControlAmountDescription:The control amount. | |||
ControlQty | DecimalValue | decimal | |
DAC Field: PX.Objects.AM.AMBatch.ControlQtyDescription:The control quantity of the transaction. | |||
Date | DateTimeValue | DateTime | |
DAC Field: PX.Objects.AM.AMBatch.TranDateDescription:The date when the transaction was created. | |||
Description | StringValue | string | |
DAC Field: PX.Objects.AM.AMBatch.TranDescDescription:A brief description of the transaction. | |||
Details | List | MaterialEntryDetail | |
DAC Field:Not mapped to a DAC field Description:No description available | |||
Hold | BooleanValue | boolean | |
DAC Field: PX.Objects.AM.AMBatch.HoldDescription:A Boolean value that indicates whether the batch is on hold. | |||
OrigBatchNbr | StringValue | string | |
DAC Field: PX.Objects.AM.AMBatch.OrigBatNbrDescription:The batch number of th original transaction. | |||
OrigDocType | StringValue | string | |
DAC Field: PX.Objects.AM.AMBatch.OrigDocTypeDescription:The document type of the original transaction. | |||
PostPeriod | StringValue | string | |
DAC Field: PX.Objects.AM.AMBatch.FinPeriodIDDescription:The financial period that corresponds to the transaction date. | |||
Status | StringValue | string | |
DAC Field: PX.Objects.AM.AMBatch.StatusDescription:The status of the transaction set by the system. | |||
TotalAmount | DecimalValue | decimal | |
DAC Field: PX.Objects.AM.AMBatch.TotalAmountDescription:The total amount of the transaction. | |||
TotalQty | DecimalValue | decimal | |
DAC Field: PX.Objects.AM.AMBatch.TotalQtyDescription:The total quantity of the transaction, which the system calculates as the sum of the values in AMMTran.Qty. | |||
Minimum Payload
Derived from static analysis of the 2025.2 source; runtime configuration may require additional fields.
{
"Status": {
"value": "string"
},
"Details": [
{
"InventoryID": {
"value": "string"
},
"LineNbr": {
"value": 0
},
"ProductionNbr": {
"value": "string"
}
}
]
}For every property this entity accepts, see the properties table.
Details is the detail-lines collection (MaterialEntryDetail); one example row is included above because a document usually has lines, and each row needs InventoryIDLineNbrProductionNbr of its own.