Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
a84e4c6
Extract NL customization to object extensions (TrMode)
Alexander-Ya Jun 30, 2026
3d45ece
Update solution
Alexander-Ya Jun 30, 2026
17505f8
Update solution
Alexander-Ya Jun 30, 2026
3cf3e95
Remove delocalized objects
Alexander-Ya Jun 30, 2026
884ee8d
Add missing changes
Alexander-Ya Jun 30, 2026
58cc153
Merge branch 'main' of https://github.com/microsoft/BCApps into bugs/…
Alexander-Ya Jul 1, 2026
a2c7897
Update 2 Role Centers
Alexander-Ya Jul 1, 2026
ca18779
Merge branch 'main' of https://github.com/microsoft/BCApps into bugs/…
Alexander-Ya Jul 1, 2026
b85a07a
Add missing changes
Alexander-Ya Jul 1, 2026
29ac551
Add missing change for NO
Alexander-Ya Jul 1, 2026
f030253
Process review comments
Alexander-Ya Jul 3, 2026
43d5134
Process more review comments
Alexander-Ya Jul 3, 2026
6abe2f2
Revert field ID change for NL
Alexander-Ya Jul 5, 2026
a009e91
fix: scope NL transaction mode effects to NL companies
Copilot Jul 6, 2026
807db1a
Merge recent changes
Alexander-Ya Jul 13, 2026
0da2777
Merge branch 'bugs/Extract-NL-customization-to-object-extensions-v2' …
Alexander-Ya Jul 13, 2026
cd0ebca
Fix tests
Alexander-Ya Jul 14, 2026
cc4d2c7
Skip one test
Alexander-Ya Jul 14, 2026
7d59f77
Merge branch 'main' of https://github.com/microsoft/BCApps into bugs/…
Alexander-Ya Jul 15, 2026
5b9206b
Sync changes
Alexander-Ya Jul 16, 2026
6a30730
Fix code review comments
Alexander-Ya Jul 16, 2026
4950c03
Merge branch 'main' of https://github.com/microsoft/BCApps into bugs/…
Alexander-Ya Jul 17, 2026
0f239ca
Revert some changes to skip AL0836 errors
Alexander-Ya Jul 17, 2026
bb7d296
Merge branch 'main' of https://github.com/microsoft/BCApps into bugs/…
Alexander-Ya Jul 18, 2026
d7e89c0
Merge branch 'main' of https://github.com/microsoft/BCApps into bugs/…
Alexander-Ya Jul 20, 2026
06ca2fb
Fix NL tests and remove delocalized objects
Alexander-Ya Jul 20, 2026
3dfb410
Sync changes and resolve merge issues
Alexander-Ya Jul 20, 2026
25cb4c4
Fix NL UncategorizedTests: remove accidentally re-added failing WHT t…
Copilot Jul 21, 2026
57f0941
Restore NL data classification override
Copilot Jul 23, 2026
75e28dc
Resolve merge conflicts
Alexander-Ya Jul 24, 2026
e6651d6
Merge branch 'bugs/Extract-NL-customization-to-object-extensions-v2' …
Alexander-Ya Jul 24, 2026
a25e1f2
Process code review comments
Alexander-Ya Jul 26, 2026
48ab356
Resolve sync conflicts
Alexander-Ya Jul 26, 2026
88ed959
One more comment
Alexander-Ya Jul 26, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// ------------------------------------------------------------------------------------------------
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -72,53 +72,53 @@ page 9001 "Accounting Manager Role Center"
{
area(rolecenter)
{
part(Control1902304208; "Account Manager Activities")
{
ApplicationArea = Basic, Suite;
}
part("User Tasks Activities"; "User Tasks Activities")
{
ApplicationArea = Suite;
}
part("Job Queue Tasks Activities"; "Job Queue Tasks Activities")
{
ApplicationArea = Suite;
}
part(Control99; "Finance Performance")
{
ApplicationArea = Basic, Suite;
Visible = false;
}
part(Control103; "Trailing Sales Orders Chart")
{
ApplicationArea = Basic, Suite;
Visible = false;
}
part(Control106; "My Job Queue")
{
ApplicationArea = Basic, Suite;
Visible = false;
}
part(Control100; "Cash Flow Forecast Chart")
{
ApplicationArea = Basic, Suite;
}
part(Control1907692008; "My Customers")
{
ApplicationArea = Basic, Suite;
}
part(Control1902476008; "My Vendors")
{
ApplicationArea = Basic, Suite;
}
part(Control108; "Report Inbox Part")
{
ApplicationArea = Basic, Suite;
}
systempart(Control1901377608; MyNotes)
{
ApplicationArea = Basic, Suite;
}
part(Control1902304208; "Account Manager Activities")
{
ApplicationArea = Basic, Suite;
}
part("User Tasks Activities"; "User Tasks Activities")
{
ApplicationArea = Suite;
}
part("Job Queue Tasks Activities"; "Job Queue Tasks Activities")
{
ApplicationArea = Suite;
}
part(Control99; "Finance Performance")
{
ApplicationArea = Basic, Suite;
Visible = false;
}
part(Control103; "Trailing Sales Orders Chart")
{
ApplicationArea = Basic, Suite;
Visible = false;
}
part(Control106; "My Job Queue")
{
ApplicationArea = Basic, Suite;
Visible = false;
}
part(Control100; "Cash Flow Forecast Chart")
{
ApplicationArea = Basic, Suite;
}
part(Control1907692008; "My Customers")
{
ApplicationArea = Basic, Suite;
}
part(Control1902476008; "My Vendors")
{
ApplicationArea = Basic, Suite;
}
part(Control108; "Report Inbox Part")
{
ApplicationArea = Basic, Suite;
}
systempart(Control1901377608; MyNotes)
{
ApplicationArea = Basic, Suite;
}
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ using System.Diagnostics;

page 8901 "Finance Manager Role Center"
{
// CP0529-331 (move report action tooltips to report): no duplicate page-action tooltip to remove in this fork; present in the changelist only to satisfy the MiSnapApp integration gate.
Caption = 'Finance Manager Role Center';
PageType = RoleCenter;

Expand Down Expand Up @@ -315,6 +314,7 @@ page 8901 "Finance Manager Role Center"
ApplicationArea = Suite;
Caption = 'Business Units';
RunObject = page "Business Unit List";
Tooltip = 'Open the Business Units page.';
}
action("BAS Business Units")
{
Expand Down Expand Up @@ -474,6 +474,7 @@ page 8901 "Finance Manager Role Center"
ApplicationArea = Basic, Suite;
Caption = 'G/L Register';
RunObject = report "G/L Register";
Tooltip = 'Run the G/L Register report.';
}
action("G/L Journal")
{
Expand Down Expand Up @@ -1458,6 +1459,7 @@ page 8901 "Finance Manager Role Center"
ApplicationArea = Basic, Suite;
Caption = 'Customer Statement';
RunObject = codeunit "Customer Layout - Statement";
Tooltip = 'Run the Customer Statement codeunit.';
}
action("AU/NZ Statement")
{
Expand Down Expand Up @@ -2820,7 +2822,7 @@ page 8901 "Finance Manager Role Center"
ApplicationArea = Basic, Suite;
Caption = 'Gen. Business Posting Groups';
RunObject = page "Gen. Business Posting Groups";
Tooltip = 'Open the Gen. Business Posting Groups page.';
Tooltip = 'Open the General Business Posting Groups page.';
}
action("Gen. Product Posting Groups")
{
Expand Down
Loading
Loading