Skip to content

Fix ApplicationArea in ProductionOrderWIP page to match other Manufacturing reports#6723

Merged
mynjj merged 2 commits intomainfrom
copilot/update-application-area-manufacturing
Feb 20, 2026
Merged

Fix ApplicationArea in ProductionOrderWIP page to match other Manufacturing reports#6723
mynjj merged 2 commits intomainfrom
copilot/update-application-area-manufacturing

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 18, 2026

ProductionOrderWIP.Page.al was using ApplicationArea = All; while all 15 other Manufacturing embedded pages use ApplicationArea = Manufacturing;.

Changes

  • Updated ApplicationArea from All to Manufacturing in ProductionOrderWIP.Page.al (line 12)

Before:

page 37107 "Production Order WIP"
{
    UsageCategory = ReportsAndAnalysis;
    ApplicationArea = All;
    PageType = UserControlHost;

After:

page 37107 "Production Order WIP"
{
    UsageCategory = ReportsAndAnalysis;
    ApplicationArea = Manufacturing;
    PageType = UserControlHost;

This aligns with the pattern used consistently across all other manufacturing PowerBI reports.

Fixes AB#622192

Co-authored-by: mynjj <61959453+mynjj@users.noreply.github.com>
Copilot AI changed the title [WIP] Update application area for ProductionOrderWIP page Fix ApplicationArea in ProductionOrderWIP page to match other Manufacturing reports Feb 18, 2026
Copilot AI requested a review from mynjj February 18, 2026 09:35
@mynjj mynjj marked this pull request as ready for review February 18, 2026 09:47
@mynjj mynjj requested a review from a team as a code owner February 18, 2026 09:47
@github-actions github-actions bot added this to the Version 28.0 milestone Feb 18, 2026
@mynjj mynjj enabled auto-merge (squash) February 19, 2026 08:20
@github-actions github-actions bot added the AL: Apps (W1) Add-on apps for W1 label Feb 19, 2026
@mynjj mynjj merged commit ea6c289 into main Feb 20, 2026
133 of 138 checks passed
@mynjj mynjj deleted the copilot/update-application-area-manufacturing branch February 20, 2026 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AL: Apps (W1) Add-on apps for W1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants