Periodic processes in Dynamics 365 Finance and SCM

The recurring routines that drive month-end, year-end, and ongoing operations in F&O — period close, posting flushes, and the maintenance schedule that keeps the system healthy.

Updated 2026-09-05

Dynamics 365 Finance and SCM runs a substantial library of periodic processes — batch routines that handle period close, post pending transactions, recalculate balances, generate statutory reports, and maintain operational data. Knowing which to run when separates well-operated tenants from chaotic ones.

The four cadences. Most periodic processes fall into one of four cadences:

  • Daily — operational continuity routines.
  • Weekly — operational hygiene and lighter reconciliations.
  • Monthly — period close.
  • Quarterly / Annually — statutory and long-cycle.

Daily processes.

  • Master planning runs — depending on the operation, planning runs nightly to refresh supply against demand.
  • Cost recalculation (incremental) — keep inventory costs current.
  • Currency exchange rate import — fetch the day's rates.
  • Sales / purchase order picking and shipping — ongoing operations.
  • Bank statement imports — for tenants with bank feeds.
  • Job queue health checks — review failed batches.

Weekly processes.

  • Customer / vendor balance reconciliation — verify sub-ledger to GL match.
  • Bank reconciliation — for tenants without daily feeds.
  • Production order closures — close finished production orders for cost realisation.
  • Project WIP recalculation — keep project cost accruals current.
  • Reservations review — clean up stale reservations on cancelled orders.

Monthly processes — the period close. The full month-end sequence:

  1. Cut-off and accrual posting — record accruals for goods received but not invoiced, services consumed but not billed, payroll provisions.
  2. AP / AR reconciliation — sub-ledger to GL match.
  3. Bank reconciliation — all active bank accounts.
  4. Foreign currency revaluation — period-end rate revaluation of open foreign-currency balances.
  5. Fixed asset depreciation — calculate and post period depreciation.
  6. Inventory closing or recalculation — reconcile inventory costs.
  7. Project recognition — post project revenue and cost recognition per the configured rules (percentage-of-completion, milestones).
  8. Cost accounting allocation — run primary, secondary, tertiary allocations.
  9. VAT / sales tax settlement — calculate and post period VAT.
  10. Intercompany reconciliation — verify intercompany balances match across legal entities.
  11. Period-end reporting — financial reports, management dashboards.
  12. Period closure — lock the period for posting.

Quarterly / annual processes.

  • Statutory reporting — country-specific VAT returns, intrastat, SAF-T, electronic invoicing summaries.
  • Year-end close — roll P&L to retained earnings, close fiscal year, open new year.
  • Annual cost roll — refresh standard costs for the new year.
  • Audit data exports — auditor data dumps.
  • Asset book reconciliation — verify FA register against GL.
  • Inventory full physical count — for organisations not running cycle counting.

Batch framework. Most periodic processes run through F&O's batch framework — configurable jobs with start times, recurrence, parallel batch groups, and retry policies. The batch framework is the F&O equivalent of BC's job queue, with finer granularity for high-volume tenants.

Monitoring. System administration workspace shows batch history, failed jobs, queued work, and execution time trends. Configure alerts on:

  • Jobs that fail repeatedly.
  • Jobs that exceed expected duration substantially.
  • Queue depth growing unboundedly.

Common pitfalls.

  • Process documentation gaps — when the controller leaves, nobody knows the close sequence. Document the runbook.
  • Failed jobs not investigated — batch errors silently accumulate. Daily check.
  • Out-of-sequence runs — running inventory closing before WIP recognition produces wrong cost. Honour dependencies.
  • Missing year-end tasks — first-year operations miss year-end steps that the team learns the hard way.

Operational reality. Period close is the test of operational maturity. A tenant that closes cleanly in 3 working days has well-tuned periodic processes; a tenant that takes 10 days has work to do.

Related guides