Importing Documents into Microix Workflow Modules Modern

Creation date: 3/18/2026 10:28 AM    Updated: 3/18/2026 11:13 AM   csv documents import

Overview

This article outlines the process for importing documents into Microix Workflow Modules (Modern UI). It includes required data structure, field definitions, and best practices to ensure a successful import.


Prerequisites

  • Access to Microix Workflow Modules (Modern version)
  • A properly formatted import file (based on Microix template which can be generated from the application)
  • Valid reference data in MIP/Microix (vendors, addresses, workflow IDs, etc.)


Import File Requirements

Use the provided Microix import template. Each row represents a document line, and multiple rows can belong to the same document.


Column Definitions & Requirements

Core Document Fields

Column NameDescriptionRequirement
sDocPrefixDocument prefix (e.g., ENC, PO, API)Must match configured prefixes
sDoctypeDocument typeStatic value: Use API for Invoices and ENC for Purchase Orders.
For other document types (e.g., JV, CD, CR), either API or ENC can be used, depending on how you want the document to route through the approval workflow, as this field determines the approval processing behavior.
StatusWorkflow status levelStatic value: 0 (or desired workflow level)
Document NoDocument IdentifierIf you want Microix to automatically assign a document number, set this column value to "To Be Assigned". Otherwise, enter an alphanumeric number. (NOTE: Perform imports during off-hoursto avoid duplicate numbering conflicts)
ReasonReason for documentOptional
Vendor Invoice NoVendor invoice referenceOptional
CommentsAdditional notesOptional
Document DateDate of the documentRequired

Vendor & Address Fields

Column NameDescriptionRequirement
Vendor IDVendor identifierMust match a valid MIP Vendor ID
Check Address IDVendor AddressMust match MIP address ID (Default: Main)

Workflow & Ownership Fields

Column NameDescriptionRequirement
Prepared ByRequester in MicroixRequired
WorkflowWorkflow IDMust be a valid Microix Workflow ID
Bill ToBilling address codeOptional (must be valid if used)
Ship ToShipping address codeOptional (must be valid if used)

Line-Item Fields

Column NameDescriptionRequirement
Item NoVendor UPC / Item codeUse N/A if not applicable
QtyQuantityDefault to 1 if not applicable
UnitsUnit of measureDefault to EA
DateTransaction line dateRequired
Item DescriptionDescription of item/serviceRequired
PriceLine-item priceRequired

Accounting Fields (COA Segments)

  • All remaining columns correspond to your Chart of Accounts (COA) segments.
  • These fields:

    • Should be populated if required by your organization
    • Can alternatively be completed within Microix after import

2. Data Validation

Before importing, verify:

  • Vendor IDs exist in MIP
  • Address IDs are valid
  • Workflow IDs are active
  • Required fields are populated


3. Default Values

Use the following defaults when data is not applicable:

  • Item No: N/A
  • Qty:
  • Units: EA
  • Check Address ID: Main


4. Multi-Line Documents

  • Each document can have multiple rows (line items)
  • Ensure all rows for the same document share consistent header values (prefix, vendor, workflow, etc.)


Troubleshooting Tips

IssueLikely Cause
Import failsMissing required fields or invalid IDs
Vendor not foundVendor ID does not exist in MIP
Workflow errorInvalid or inactive Workflow ID
Error with no messageVerify you import file do not contain any blank rows

Summary

Successful document import into Microix depends on:

  • Proper template formatting
  • Valid reference data (Vendor, Workflow, Addresses)
  • Correct use of static/default values
  • Performing imports during controlled time windows