RmaLinesForReceiving
Tracks return material authorization (RMA) lines that are ready for receiving, ensuring efficient returns processing.
Columns
Name | Type | Description |
RMA | String | Unique identifier for the Return Merchandise Authorization (RMA) within the RmaLinesForReceiving table. |
ReceiptAdviceHeaderId | Long | The ID associated with the receipt advice header, linking this line item to the overall receipt advice document. |
RMALine | String | Unique identifier for the specific line within the RMA, used to track individual return items. |
ReceiptAdviceLineId [KEY] | Long | ID for the specific line in the receipt advice, correlating the line item to a particular return. |
OrganizationCode | String | The code representing the organization involved in the return process, typically used for organization identification. |
OrganizationId | Long | A unique identifier for the organization within the system, linking the return line item to the specific organization. |
ItemDescription | String | Description of the item being returned, providing details on the product that is associated with the RMA. |
BindItemDescription | String | The description of the item as it was originally bound or registered in the system for processing, which may differ from the returned item. |
BindOrganizationCode | String | Code for the organization from which the return is being processed, used for system tracking and organizational matching. |
BindOrganizationId | Long | Unique ID for the organization from which the return item is processed, used to correlate the return with the source organization. |
BindRMA | String | The RMA that was bound to the returned item, often used to track the return's origin and associated details. |
BindRMALine | String | The specific line item within the RMA that was bound for processing, used to trace the return item's flow. |
Finder | String | A lookup field or search key used to identify the line item within the RmaLinesForReceiving table, typically used for querying purposes. |