InventoryTransactionTypes
Defines and manages transaction types by combining source types and actions, supporting robust classification and analysis.
Columns
| Name | Type | Description |
| TransactionTypeId [KEY] | Long | The unique identifier for the inventory transaction type. This identifier helps classify and track different types of inventory movements, such as receipts, issues, and transfers. |
| TransactionTypeName | String | The name of the inventory transaction type. This name provides a user-friendly label for identifying transaction types within inventory operations. |
| TransactionTypeDescription | String | A detailed description of the inventory transaction type, explaining its purpose and how it is used in the system. |
| TransactionActionId | String | The unique identifier for the transaction action associated with the transaction type. This identifier links transaction types to specific inventory operations. |
| TransactionAction | String | The action performed in the inventory transaction, such as 'Issue', 'Receive', or 'Transfer'. This field ensures proper categorization of inventory movements. |
| TransactionTypeDefinedByCode | String | A system-generated code indicating whether the transaction type is system-defined or user-defined. This code helps in distinguishing standard transactions from custom configurations. |
| TransactionTypeDefinedBy | String | Indicates whether the transaction type is defined by the system or user. This classification helps in understanding if the transaction follows standard business rules or customized workflows. |
| TransactionTypeStartDate | Date | The date when the transaction type becomes active. This date ensures that inventory transactions adhere to valid and approved transaction types. |
| TransactionTypeEndDate | Date | The date when the transaction type is no longer active. This date prevents the selection of expired transaction types and ensures system integrity. |
| TransactionSourceTypeId | Long | The unique identifier for the transaction source type. This identifier links inventory transactions to their originating sources, such as purchase orders, work orders, or transfer requests. |
| TransactionSourceTypeName | String | The name of the transaction source type, describing where the inventory transaction originates. This name helps categorize transactions for reporting and analysis. |
| TransactionSourceTypeDescription | String | A detailed description of the transaction source type, explaining its purpose in inventory management. This description provides additional clarity on how transactions are sourced. |
| TransactionSourceTypeDefinedByCode | String | A system-generated code indicating whether the transaction source type is system-defined or user-defined. This classification ensures consistency in transaction sourcing. |
| TransactionSourceTypeDefinedBy | String | Indicates whether the transaction source type is defined by the system or user. This distinction helps in understanding the origin and customization of inventory transaction sources. |
| TransactionSourceTypeStartDate | Date | The date when the transaction source type becomes active. This dateensures that transactions are linked to valid source types within the system. |
| TransactionSourceTypeEndDate | Date | The date when the transaction source type is no longer active. This date prevents transactions from being associated with expired source types. |
| BindTransactionTypeDescription | String | A reference description for linking transaction types to related transactions. This description helps in managing and standardizing transaction processing across different business units. |
| BindTransactionTypeName | String | The name of the linked transaction type, used for associating related inventory transaction categories. This name enhances consistency in transaction classification. |
| Finder | String | A reference attribute used for searching and retrieving specific inventory transaction type records. This attribute enhances system usability by allowing users to locate transaction types based on predefined criteria. |