RmasForReceiving
Manages overall return material authorizations ready for receiving within the system.
Columns
| Name | Type | Description |
| RMA | String | Unique identifier for the Return Merchandise Authorization (RMA) in the context of the receiving process. This value is used to track the return of goods from a customer. |
| ReceiptAdviceHeaderId [KEY] | Long | Identifier associated with the Receipt Advice header, used to reference the header record in the RmasForReceiving table, which consolidates receipt information. |
| OrganizationCode | String | Code representing the organization associated with the receiving transaction. It is used for identifying the relevant business entity in the SCM system. |
| OrganizationId | Decimal | Unique identifier for the organization involved in the receiving process. This ID helps link the transaction to the specific organization handling the return or receipt. |
| Customer | String | The name of the customer initiating the return or involved in the receiving process. It helps in associating the transaction with a specific customer. |
| CustomerId | Long | Unique identifier for the customer in the system. This ID is used for referencing customer-specific data related to returns or receipts. |
| SourceSystem | String | Name of the external or source system from which the return or receipt data originated. This helps identify where the transaction was initiated. |
| BindCustomer | String | Binding identifier for the customer in the transaction. This value is used to link the return or receipt record to a customer in the source system. |
| BindOrganizationCode | String | Binding identifier for the organization, used to match the organization in the receiving system to an organization in the source system. |
| BindOrganizationId | String | Binding identifier for the organization, which helps to align the organization’s ID in the receiving system with the corresponding ID in the source system. |
| BindRMA | String | Binding identifier for the RMA, used to link the transaction in the receiving system to the RMA in the source system, ensuring consistent tracking. |
| BindSourceSystem | String | Binding identifier for the source system that initiated the transaction. It facilitates matching of records between systems during data processing. |
| Finder | String | A general-purpose field used to store an identifier or reference that helps locate specific records in the RmasForReceiving table, often used for search or indexing purposes. |