Feature Management in D365 Finance and Operations: Flags, States, and Custom Features
How the D365 F&O Feature management workspace works, what feature states mean for ALM, and how to ship your own X++ features behind flags.
The Augmented Dev Β· Archive
Dynamics 365, Power Platform, AI, system design, and web development β filter by theme or search across every post.
Newsletter
One email per post. No spam, no tracking pixels, unsubscribe anytime.
31 of 179 articles tagged dynamics-365-fo
How the D365 F&O Feature management workspace works, what feature states mean for ALM, and how to ship your own X++ features behind flags.
Data entities look like simple tables until you need a nested import, a derived column, or a field with no storage. Knowing the three advanced shapes is what makes integrations actually work.
Add fields, computed columns, and validation to standard D365 Finance & Operations data entities the upgrade-safe way β with X++ examples and the staging-table traps to avoid.
When to use Chain of Command and when to use pre/post event handlers in Dynamics 365 Finance & Operations β with X++ examples, a decision table, and the gotchas that trip up teams.
A practical guide to the Electronic Reporting (ER) framework in D365 Finance β data models, model mappings, and format configurations to produce custom files without X++.
Default dimensions, ledger dimensions, account structures, and the DimensionAttributeValueCombination table explained β with X++ patterns for reading and building dimensions in D365 Finance.
How the number sequence framework works in D365 Finance & Operations β continuous vs non-continuous, preallocation, cleanup, and X++ patterns for generating numbers on custom tables.
How the role-based security model in D365 Finance & Operations actually works β privileges, duties, roles, segregation of duties, and how to extend security without overlayering.
Move files in and out of D365 Finance & Operations reliably using the recurring integrations REST API β enqueue, dequeue, acknowledge, and the status polling patterns that keep data flowing.
How to build extensible data security policies in D365 Finance & Operations to filter records by user context β with a worked example, query constructs, and the performance pitfalls to avoid.
Practical D365 Finance and Operations LCS guide for environment tiers, database refreshes, bacpac exports, restores, and sandbox governance.
Practical D365 F&O X++ event handler guide for table CRUD events, form data source events, ordering caveats, and when to use CoC.
Build and deploy D365 Finance and Operations packages with Azure DevOps, hosted build pipelines, LCS Asset Library, and release safeguards.
Design resilient D365 Finance and Operations OData integrations with 429 handling, Retry-After, batching, backoff, jitter, and DMF fallbacks.
Step-by-step D365 Finance and Operations workflow framework guide covering categories, types, approvals, event handlers, and submit code.
How to scale D365 F&O batch: batch groups bound to servers, max threads per AOS, splitting work into parallel tasks with SysOperation, task dependencies, and troubleshooting.
Clear X++ guide to TempDB vs InMemory temporary tables in D365 F&O, with joins, indexes, set-based operations, and performance tradeoffs.
Compare dual-write, virtual entities, OData, and DMF for Finance and Operations to Dataverse integration with latency and failure tradeoffs.
A hands-on guide to building approval workflows in Dynamics 365 Finance & Operations using the workflow editor, with conditional routing, escalation, and delegation.
How to build financial statements in Dynamics 365 Finance using row, column, tree and report definitions, with practical tips on dimension sets and performance.
When to use query-based versus Report Data Provider SSRS reports in Dynamics 365 F&O, the full component stack, and an X++ sketch of an RDP class and data contract.
A practical breakdown of inventory costing in Dynamics 365 Supply Chain Management with item model groups, physical vs financial updates, inventory close, and a FIFO example.
How the Accounting Rules Engine, multi-entity journals, flexible hierarchies, and Copilot in D365 Finance 10.0.46+ transform period close for multi-company environments.
A field-tested guide to dual-write configuration between D365 Finance & Operations and Dataverse β covering initial sync failures, conflict resolution, performance tuning, and when to use alternatives like virtual entities or data export service.
How to diagnose and fix slow X++ queries in D365 Finance & Operations using Trace Parser, execution plans, proper index design, join selection, and set-based operations β with real before/after examples.
How to use virtual entities in D365 Finance & Operations to surface external data from APIs and databases without importing, syncing, or paying the ETL tax β with a real-world supplier data example.
A practical guide to data migration using the Data Management Framework in D365 Finance & Operations β covering entity selection, staging tables, transformation patterns, error handling, and performance tuning from real enterprise migrations.
Build a full round-trip integration between Power Automate and D365 Finance & Operations β trigger on business events, transform data, and write back via OData.
How to use Chain of Responsibility (CoR) to extend standard X++ classes in D365 Finance & Operations β with code samples for wrapping methods, accessing protected members, and avoiding common pitfalls.
How to build, activate, and consume Business Events and Data Events in Dynamics 365 Finance & Operations with X++ code samples and integration patterns.
How to build batch jobs using the SysOperation framework in D365 Finance & Operations β contract, controller, and service classes with X++ code samples.