Skip to content

[Master]-Act Consumption Qty field in Component of a Firm Planned Order has amounts that point to a Released Production Order that has the same Document No if the component is the same#9660

Open
neeleshsinghal wants to merge 1 commit into
mainfrom
bugs/Bug-636784-Act-Con-Qty-field-in-Component-of-a-Firm-Planned-Order1-v2
Open

[Master]-Act Consumption Qty field in Component of a Firm Planned Order has amounts that point to a Released Production Order that has the same Document No if the component is the same#9660
neeleshsinghal wants to merge 1 commit into
mainfrom
bugs/Bug-636784-Act-Con-Qty-field-in-Component-of-a-Firm-Planned-Order1-v2

Conversation

@neeleshsinghal

@neeleshsinghal neeleshsinghal commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

AB#636784

Recreated as a single, clean commit containing only the author's changes (Copilot build/test/CI commits from the previous branch have been dropped).

Supersedes #9630.

@github-actions

Copy link
Copy Markdown
Contributor

$\textbf{🟡\ Medium\ Severity\ —\ Style}$

The new global variable ActConsumptionQtyValue: Decimal is declared after VariantCodeMandatory: Boolean, but the CodeCop AA0021 canonical order places Decimal before Boolean. Reorder the two declarations.

Suggested fix (apply manually — could not be anchored as a one-click suggestion):

        ActConsumptionQtyValue: Decimal;
        VariantCodeMandatory: Boolean;

Knowledge:

Line mapping was unavailable, so this was posted as an issue comment.

👍 useful · ❤️ especially valuable · 👎 wrong - reply with why · AL review agent v1.12.4

Comment thread src/Layers/W1/Tests/SCM/SCMAvailabilitybyEvent.Codeunit.al
Comment thread src/Layers/W1/Tests/SCM/SCMAvailabilitybyEvent.Codeunit.al
@neeleshsinghal
neeleshsinghal requested a review from a team July 23, 2026 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

SCM GitHub request for SCM area

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants