Bulk Operations History

Bulk Operations History is the audit record of every mass action run -- what was changed, by whom, against which records and with what result. It provides accountability and a rollback reference for high-impact bulk changes. Admins and auditors review it to confirm and trace mass updates.

Bulk Operations History
Bulk Operations History — live screen from the BridgeERP MFI Suite.

Workflow

  1. Open MFI > Configuration > Tools > Bulk Operations History
  2. Filter by action, user or date
  3. Open an entry to see affected records and outcome
  4. Verify a recent bulk change ran as intended
  5. Export the history for audit

Fields reference

Every field on this screen, drawn from the live data model.

FieldTypeRequiredDescription
User
user_id
Link → res.usersYesUser
Timestamp
timestamp
Date & timeYesTimestamp
Model
model_name
TextYesModel
Action
action_type
TextYesAction
Record IDs
record_ids
TextRecord IDs
Record Count
record_count
NumberRecord Count
Success Count
success_count
NumberSuccess Count
Fail Count
fail_count
NumberFail Count
Failures (JSON)
failures
Long textFailures (JSON)
Reason
reason
Long textReason
Supervisor
supervisor_override_id
Link → res.usersSupervisor
Duration (s)
duration_seconds
DecimalDuration (s)

Notes & rules

  • Model mfi.bulk.action.history -- mass-action audit
  • Key fields: action, user, record count, result
  • Related: Bulk Operations, Audit Logs
  • Used by admins and auditors

Technical model: mfi.bulk.action.history · Record: Bulk Action History

Was this page helpful?