ManufacturingPickingListLocationRow
Type, Introduced in version 2.48
Reports a material row to a picking list.
Used by the ManufacturingPickingListMaterialReporting command.
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| ProductRecordId | Int64? | The business key identifier of the material's product record.
|
|
| PartLocationId | Int64 | The business key identifier of the material's part location.
|
|
| BalanceChange | Decimal | The balance change of the material row. |
Example
{
"ProductRecordId": null,
"PartLocationId": 0,
"BalanceChange": 0.0
}