DocumentBatchSerial
Property |
Description |
Table |
OITL |
Primary key |
DocType/c,DocEntry/i |
$transaction |
no |
$branch |
no |
$mask |
no |
Name |
Type |
Description |
|
DocType |
Edm.String(20) |
|
|
DocEntry |
Edm.Int32 |
|
|
LineNumber |
Edm.Int32 |
|
|
ItemCode |
Edm.String(50) |
|
|
SystemNumber |
Edm.Int32 |
|
|
Quantity |
Edm.Int32 |
|
Join to Entiy Object |
Relation |
BatchNumber |
ItemCode,SystemNumber |
SerialNumber |
ItemCode,SystemNumber |
Example: Return all related Batch Numbers from QC Order 1392
DocumentBatchSerial?$select=DocumentBatchSerial/ItemCode,DocumentBatchSerial/SystemNumber,
DocumentBatchSerial/BatchNumber/Batch&$filter=DocEntry eq 1392