ReceivingReturns
ReceivingReturns
Columns
| Name | Type | Description |
| ReturnHeaderId [KEY] | Long | Value that uniquely identifies the return header |
| ReturnNumber | String | Number that identifies the return |
| CreationDate | Datetime | Date when the return was created |
| CreatedBy | String | User who created the return |
| LastUpdateDate | Datetime | Date when the return was last updated |
| LastUpdatedBy | String | User who last updated the return |
| OrganizationId | Long | Value that uniquely identifies the organization |
| OrganizationCode | String | Code that identifies the organization |
| Description | String | Description of the return |
| OneTimeShipToLocation | String | One-time shipping location for the return |
| SupplierId | Long | Value that uniquely identifies the supplier |
| SupplierName | String | Name of the supplier |
| SupplierSiteId | Long | Value that uniquely identifies the supplier site |
| SupplierSiteCode | String | Code that identifies the supplier site |
| ErrorMessageName | String | Name of the error message for processing issues |
| ErrorMessage | String | Error message text for processing issues |
| SubmitFlag | Bool | Indicates whether the return has been submitted for processing |
| ReturnTypeCode | String | Code that identifies the return type |
| ReturnType | String | Type of the return |
| CustomerId | Long | Value that uniquely identifies the customer |
| CustomerName | String | Name of the customer |
| CustomerSiteId | Long | Value that uniquely identifies the customer site |
| CustomerSiteNumber | String | Number that identifies the customer site |
| SourceOrganizationId | Long | Value that uniquely identifies the source organization |
| SourceOrganizationCode | String | Code that identifies the source organization |
| ReturnStatusCode | String | Code that identifies the current status of the return |
| ReturnStatus | String | Current status of the return |
| SubmissionDate | Date | Date when the return was submitted for processing |
| SupplierSiteCreateDebitMemoFlag | Bool | Indicates whether to create a debit memo for the supplier site |
| Finder | String | Finder method identifier for querying with specific filter criteria |