RmaReceiptSerials
Manages eligible serial numbers for return material authorizations (RMAs), especially when serial enforcement parameters are disabled.
Columns
| Name | Type | Description |
| SerialNumber [KEY] | String | The unique serial number associated with an item in the RmaReceiptSerials table, used for tracking the specific product or part being returned. |
| BindItemId | Long | The identifier for the item being bound in the RmaReceiptSerials table, referencing the item being returned or processed. |
| BindOrganizationId | Long | The identifier for the organization associated with the RmaReceiptSerials entry, indicating the specific branch or department responsible for the transaction. |
| BindSerialNumber | String | The serial number associated with the binding of the item in the RmaReceiptSerials table, which could be linked to a batch or other grouping of items. |
| Finder | String | A searchable string used to identify the RmaReceiptSerials entry, often used for querying or filtering records based on specific criteria. |