ReturnSerials
Oversees serial numbers available for returning items, facilitating accurate returns management.
Columns
Name | Type | Description |
SerialNumber [KEY] | String | The unique serial number associated with the returned item in the ReturnSerials table. |
BindItemId | Long | The ID of the item being returned, used to associate the return with a specific product or item in the inventory. |
BindOrganizationId | Long | The ID of the organization that is processing the return, helping to link the return to a particular business unit or location. |
BindParentTransactionId | Long | The ID of the parent transaction that this return is associated with, such as a previous sale or order. |
BindSerialNumber | String | The serial number of the item being returned, matching the serial number used in the original transaction. |
BindTransactionTypeId | Long | The type ID of the transaction (for example, return, refund) that defines the nature of this return within the system. |
Finder | String | A reference code or identifier used to search for specific records within the ReturnSerials table, often used in queries or reports. |