Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dualentry.com/llms.txt

Use this file to discover all available pages before exploring further.

How to Run Bulk Updates and Reclasses

DualEntry lets you select multiple records in any transaction list view, describe a change in natural language, and apply it across all selected records in a single auditable batch. You use this for reclassifications, status changes, dimension tagging, and memo updates - any time the alternative would be editing records one at a time.

Starting a Bulk Operation

Navigate to any transaction list view - journal entries, bills, invoices, or payments. Use the checkboxes to select the records you want to change, or use the “Select All” option to include every record matching your current filters. With records selected, click Bulk Update in the toolbar. A text input appears where you describe the change in plain language. For example:
  • “Reclassify all Acme Corp transactions from 6010 to 6020 for Q1 2026”
  • “Tag these entries with department = Engineering”
  • “Update the memo on all selected records to ‘Q1 true-up’”
  • “Change status from draft to posted”
DualEntry parses your instruction and generates a preview of every proposed change. If the parser cannot interpret your instruction, it highlights the ambiguous portion and asks you to rephrase. You can also combine multiple changes in a single instruction - for example, “Reclassify from 6010 to 6020 and tag department = Engineering.”

Reviewing the Preview Grid

After you submit your instruction, DualEntry displays a preview grid. Each row shows the affected record, its current values, and the proposed new values highlighted for comparison. You review the grid to confirm the operation matches your intent. You can adjust individual rows before applying. Click into any cell in the “proposed” column to override the AI-generated value for that specific record. If several rows need the same override, select them and apply the correction in bulk within the preview itself. The preview grid also supports sorting and filtering, so you can group records by account or vendor to verify changes in context rather than scanning every row individually.
The preview is your safety net. Take the time to scan it before applying, especially for reclassifications that affect closed or locked periods - DualEntry warns you if any selected records fall in a locked period.

Applying the Batch

Click Apply to execute the operation. DualEntry creates a single batch with a unique batch ID. Every record modification within the batch references this ID in the audit trail, so you can trace the entire operation back to one action. The supported operation types are:
  • Account reclassification - move transactions from one GL account to another.
  • Dimension tagging - add or change department, class, location, or custom dimensions.
  • Status changes - transition records from draft to posted (or reverse, where allowed).
  • Memo updates - overwrite or append to the memo field on selected records.
After the batch completes, DualEntry displays a confirmation summary showing the count of records modified, the batch ID, and a link to the audit-trail entry for the operation.

Large Batches and Background Processing

For batches that include 500 or more records, DualEntry processes the operation in the background. You receive an in-app notification and an optional email when the batch completes. You can continue working on other tasks while the batch runs - the affected records show a “processing” badge until the operation finishes. If the batch encounters errors on individual records (for example, a record locked by another user), DualEntry applies the successful changes and reports the failures in a summary you can review and retry. The failure summary includes the record number, the reason for the failure, and a one-click retry button for each failed record. You can also retry all failures at once after resolving the underlying issue.

Rolling Back a Batch

You reverse an entire batch operation from the audit trail. Navigate to Settings → Audit Trail, find the batch by its batch ID or by the timestamp, and click Reverse Batch. DualEntry creates a new offsetting batch that undoes every change from the original, preserving a complete history of both the original operation and the reversal. Partial rollbacks are not supported through the Reverse Batch action - the operation reverses all records or none. If you need to undo changes on a subset of records, use a new bulk update operation targeting only those records. The reversal batch receives its own batch ID, so both the original and the reversal are independently traceable in the audit trail.
Last modified on May 28, 2026