AddLocationRow
Type, Introduced in version 2.18
Adds a new reporting location row to the entity.
Used by:
- ReportManufacturingOrderOperation
- ReportOrderBoundWork
- AdjustOrderBoundWork
- AddNewOrderBoundRecording
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
LocationName | String | The name of the new location. |
|
BalanceChange | Decimal | The balance change of the location. |
|
SerialNumber | String | The serial number of the stock. |
|
BatchNumber | String | The batch number of the stock. |
|
BatchChargeNumber | String | The batch charge number of the stock. |
|
BestBeforeDate | DateTimeInput | The best before date of the stock. |
Introduced in version 23.6 |
Example
{
"LocationName": null,
"BalanceChange": 0.0,
"SerialNumber": null,
"BatchNumber": null,
"BatchChargeNumber": null,
"BestBeforeDate": null
}