SalesReturnsLineItems
List line items of Sales Retruns.
Columns
| Name | Type | References | Description |
| LineItemId [KEY] | Long | Unique ID generated by the server for each line item. | |
| SalesreturnId | Long |
SalesReturns.Id | Unique ID generated by the server for the Sales Return. |
| Description | String | Description of the line item. | |
| ItemId | Long | Unique ID generated by the server for the item. | |
| Name | String | Name of the line item. | |
| NonReceiveQuantity | Integer | The quantity that cannot be received for the line item. | |
| Quantity | Integer | The quantity that can be received for the line item. | |
| Rate | Integer | Price of the line item in an entity. | |
| SalesorderItemId [KEY] | Long | Unique ID generated by the server for each line item in a sales order. | |
| Unit | String | Measurement unit of the line item. | |
| WarehouseId | Long | Unique ID generated by the server for each warehouse. | |
| WarehouseName | String | Name of the warehouse. |