āœļø Explanatory Question

Enum: InventJournalType

šŸ‘ 24 Views
šŸ“˜ Detailed Answer
🟢 Easy
No previous question
No next question
šŸ’”

Answer with Explanation

🧩 Enum: InventJournalType

šŸ“˜ Purpose

InventJournalType is an enumeration (enum) that defines the types of inventory journals available in D365 F&O.
Each journal type represents a specific business process in inventory management — such as movement, counting, transfer, etc.

This enum is referenced in tables like:

  • InventJournalTable (header)

  • InventJournalTrans (lines)

It helps the system decide which journal form, posting logic, and validation rules to use.


šŸ“‘ Enum Values (Out-of-Box)

Enum Name Value Label Description Configuration Key Purpose / Usage
Movement 0 Movement journal LogisticsBasic Used to move inventory from one location to another or update quantities/costs manually.
LossProfit 1 Profit/Loss journal LogisticsBasic Adjusts inventory gains or losses (for example, stock correction).
Transfer 2 Transfer journal LogisticsBasic Moves items between warehouses or sites (creates two offset transactions).
BOM 3 BOM journal BOM Used to report material consumption during production (Bill of Materials consumption).
Count 4 Inventory counting journal LogisticsBasic Used for stock counting and reconciliation between physical and system inventory.
Project 5 Project journal Project Used for project-related inventory transactions (linked to Project Management module).
TagCounting 6 Tag counting journal LogisticsBasic Used in tag counting process, where physical tags are used to identify counted items.
Asset 7 Asset journal Asset Used for inventory related to fixed assets.
OwnershipChange 8 Consignment inbound ConsignmentInbound Used for ownership change of consignment inventory (vendor-owned to company-owned).

No previous question
No next question