InventoryTransactionReasons
Provides classification and explanatory reasons for inventory transactions, enhancing tracking and reporting capabilities.
Columns
Name | Type | Description |
ReasonId [KEY] | Long | The unique identifier for the inventory transaction reason. This identifier is used to track and categorize the purpose of inventory movements within the system. |
ReasonName | String | The name of the reason associated with an inventory transaction. This name provides a descriptive label for transactions such as 'Adjustments', 'Returns', or 'Stock Transfers'. |
Description | String | A detailed explanation of the reason for the inventory transaction. This explanation helps users understand the purpose behind the stock movement. |
StartDate | Date | The date when the reason becomes active for use in inventory transactions. This date ensures that only valid reasons are applied to transactions within the specified period. |
EndDate | Date | The date when the reason is no longer active for inventory transactions. This date prevents the selection of obsolete or outdated reasons. |
ReasonTypeCode | String | A system-generated abbreviation representing the type of reason used for inventory transactions. This categorization supports standardization and reporting. |
ReasonType | String | The classification of the reason type, such as 'Adjustment', 'Return', or 'Issue'. This classification ensures consistent categorization of inventory movements for reporting and compliance. |
ReasonContextCode | String | A system-generated abbreviation representing the context in which the reason is used. This abbreviation helps in differentiating reason codes based on their applicable business scenarios. |
ReasonContext | String | The context in which the reason is applied, such as 'Procurement', 'Sales', or 'Inventory Adjustments'. This context ensures that reasons are appropriately used within their intended workflows. |
Finder | String | A reference attribute used for searching and retrieving specific inventory transaction reason records. This attribute enhances system usability by allowing users to locate transaction reasons based on predefined criteria. |