Add Dynamics 365 F&O consultant subagent - #1
Open
plevantis wants to merge 2 commits into
Open
Conversation
Defines .claude/agents/dynamics-365-fo-consultant.md with a system prompt covering F&O functional modules, X++/AOT technical work, LCS/ALM, and adjacent Power Platform/Dataverse integration, plus working principles (standard before extension, version-aware advice, security and performance mindset).
plevantis
marked this pull request as ready for review
August 2, 2026 08:01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.claude/agents/dynamics-365-fo-consultant.md, a Claude Code subagent specialized in Microsoft Dynamics 365 Finance & Operations.Test plan
12 scenarios executed against the live agent. All passed.
Functional depth
Table→Group→Allresolution precedence, Summary vs. Customer balance posting-type interaction, and correctly separated the sales-tax ledger posting group from the posting profile. Cited Microsoft Learn.GetExecutionErrorspattern over OData or dual-write. Flagged idempotency on a 15-minute cadence.Technical correctness
[ExtensionOf(tableStr(...))]/nextsyntax; recommendedvalidateWrite+checkFailed()overthrow error().update()loop toupdate_recordset, and unprompted flagged that directInventTranswrites can desynchronize the physical/financial inventory layers.Guardrails
SalesTable/SalesLine/InventTrans, noted LCS reviews and can reject such SQL requests, and proposed a boundedSysOperationbatch as the supported alternative.initValue()/validateWrite()may be the better hook.Behavior under uncertainty
LedgerParametersas the real table, offered the genuine adjacent features, and advised treating the source as unreliable. No invention.Configuration
tools:allowlist is sufficient and correctly scoped — the agent used WebSearch for citations and holds no write tools, which is right for advisory work.No CI is configured on this repo, so there are no checks to report.