Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/AL-Go-Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"runs-on": "windows-latest",
"cacheImageName": "",
"UsePsSession": false,
"artifact": "https://bcinsider-fvh2ekdjecfjd6gk.b02.azurefd.net/sandbox/29.0.47023.0/base",
"artifact": "https://bcinsider-fvh2ekdjecfjd6gk.b02.azurefd.net/sandbox/29.0.47162.0/base",
"country": "base",
"useProjectDependencies": true,
"repoVersion": "29.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,17 +111,6 @@ page 31180 "Purch. Advance Letters CZZ"
ToolTip = 'Specifies to pay amount.';
Visible = false;
}
#if not CLEAN26
field("To Pay (LCY)"; Rec."To Pay (LCY)")
{
ApplicationArea = Basic, Suite;
ToolTip = 'Specifies to pay (LCY) amount.';
Visible = false;
ObsoleteTag = '26.0';
ObsoleteReason = 'This field is obsolete and will be removed in a future release.';
ObsoleteState = Pending;
}
#endif
field("To Use"; Rec."To Use")
{
ApplicationArea = Basic, Suite;
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace Microsoft.Utilities;
#if not CLEAN26
using Microsoft.Assembly.Document;
#endif
#if not CLEAN27
using Microsoft.Assembly.History;
#endif
#if not CLEAN26
using Microsoft.Assembly.Setup;
#endif
using Microsoft.Finance.Dimension;
using Microsoft.Finance.GeneralLedger.Ledger;
using Microsoft.Inventory.Item;
Expand All @@ -36,11 +30,6 @@ codeunit 31252 "Data Class. Eval. Handler CZA"
procedure ApplyEvaluationClassificationsForPrivacy()
var
Company: Record Company;
#if not CLEAN26
AssemblyHeader: Record "Assembly Header";
AssemblyLine: Record "Assembly Line";
AssemblySetup: Record "Assembly Setup";
#endif
CopyItemBuffer: Record "Copy Item Buffer";
CapacityLedgerEntry: Record "Capacity Ledger Entry";
DataExchFieldMapping: Record "Data Exch. Field Mapping";
Expand Down Expand Up @@ -72,13 +61,6 @@ codeunit 31252 "Data Class. Eval. Handler CZA"
if not Company."Evaluation Company" then
exit;
DataClassificationMgt.SetTableFieldsToNormal(Database::"Detailed G/L Entry CZA");
#if not CLEAN26
#pragma warning disable AL0432
DataClassificationMgt.SetFieldToNormal(Database::"Assembly Header", AssemblyHeader.FieldNo("Gen. Bus. Posting Group CZA"));
DataClassificationMgt.SetFieldToNormal(Database::"Assembly Line", AssemblyLine.FieldNo("Gen. Bus. Posting Group CZA"));
DataClassificationMgt.SetFieldToNormal(Database::"Assembly Setup", AssemblySetup.FieldNo("Default Gen.Bus.Post. Grp. CZA"));
#pragma warning restore AL0432
#endif
DataClassificationMgt.SetFieldToNormal(Database::"Capacity Ledger Entry", CapacityLedgerEntry.FieldNo("User ID CZA"));
DataClassificationMgt.SetFieldToNormal(Database::"Copy Item Buffer", CopyItemBuffer.FieldNo("Auto Create Dimension CZA"));
DataClassificationMgt.SetFieldToNormal(Database::"Data Exch. Field Mapping", DataExchFieldMapping.FieldNo("Date Formula CZA"));
Expand Down Expand Up @@ -108,11 +90,6 @@ codeunit 31252 "Data Class. Eval. Handler CZA"
DataClassificationMgt.SetFieldToNormal(Database::"Item Ledger Entry", ItemLedgerEntry.FieldNo("Reason Code CZA"));
DataClassificationMgt.SetFieldToNormal(Database::"Item Ledger Entry", ItemLedgerEntry.FieldNo("Currency Code CZA"));
DataClassificationMgt.SetFieldToNormal(Database::"Item Ledger Entry", ItemLedgerEntry.FieldNo("Currency Factor CZA"));
#if not CLEAN26
#pragma warning disable AL0432
DataClassificationMgt.SetFieldToNormal(Database::"Manufacturing Setup", ManufacturingSetup.FieldNo("Default Gen.Bus.Post. Grp. CZA"));
#pragma warning restore AL0432
#endif
DataClassificationMgt.SetFieldToNormal(Database::"Manufacturing Setup", ManufacturingSetup.FieldNo("Exact Cost Rev.Mand. Cons. CZA"));
#if not CLEAN27
#pragma warning disable AL0432
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -317,17 +317,6 @@ codeunit 31370 "G/L Entry Post Application CZA"
DtldGLEntryNo := 0;
end;

#if not CLEAN26
[Obsolete('The local SetAmountToApply procedure is used instead.', '26.0')]
procedure SetAmountToApply()
var
GLEntry: Record "G/L Entry";
ApplyingAmount: Decimal;
begin
SetAmountToApply(GLEntry, ApplyingAmount);
end;
#endif

local procedure SetAmountToApply(var GLEntry: Record "G/L Entry"; var ApplyingAmount: Decimal)
begin
if Abs(GLEntry."Amount to Apply CZA") - Abs(ApplyingAmount) <= 0 then begin
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@ pageextension 31253 "Assembly Order CZA" extends "Assembly Order"
{
addlast(Posting)
{
#if not CLEAN26
field("Gen. Bus. Posting Group CZA"; Rec."Gen. Bus. Posting Group CZA")
{
ApplicationArea = Basic, Suite;
ToolTip = 'Specifies the code for the General Business Posting Group that applies to the entry.';
ObsoleteState = Pending;
ObsoleteTag = '26.0';
ObsoleteReason = 'Replaced by "Gen. Bus. Post. Group" field in Assembly Header Name table.';
Visible = false;
Enabled = false;
}
#endif
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@ pageextension 31254 "Assembly Order Subform CZA" extends "Assembly Order Subform
{
addbefore("Shortcut Dimension 1 Code")
{
#if not CLEAN26
field("Gen. Bus. Posting Group CZA"; Rec."Gen. Bus. Posting Group CZA")
{
ApplicationArea = Basic, Suite;
ToolTip = 'Specifies the code for the General Business Posting Group that applies to the entry.';
Visible = false;
ObsoleteState = Pending;
ObsoleteTag = '26.0';
ObsoleteReason = 'Replaced by "Gen. Bus. Post. Group" field in Assembly Line Name table.';
Enabled = false;
}
#endif
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@ pageextension 31252 "Assembly Setup CZA" extends "Assembly Setup"
{
addlast(General)
{
#if not CLEAN26
field("Default Gen.Bus.Post. Grp. CZA"; Rec."Default Gen.Bus.Post. Grp. CZA")
{
ApplicationArea = Basic, Suite;
ToolTip = 'Specifies the default general bussines posting group.';
ObsoleteState = Pending;
ObsoleteTag = '26.0';
ObsoleteReason = 'Replaced by "Default Gen. Bus. Post. Group" field in Assembly Setup Name table.';
Visible = false;
Enabled = false;
}
#endif
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@ pageextension 31251 "Manufacturing Setup CZA" extends "Manufacturing Setup"
{
addlast(General)
{
#if not CLEAN26
field("Default Gen.Bus.Post. Grp. CZA"; Rec."Default Gen.Bus.Post. Grp. CZA")
{
ApplicationArea = Basic, Suite;
ToolTip = 'Specifies the default general bussines posting group.';
ObsoleteState = Pending;
ObsoleteTag = '26.0';
ObsoleteReason = 'Replaced by "Default Gen. Bus. Post. Group" field in Manufacturing Setup Name table.';
Visible = false;
Enabled = false;
}
#endif
field("Exact Cost Rev.Mand. Cons. CZA"; Rec."Exact Cost Rev.Mand. Cons. CZA")
{
ApplicationArea = Basic, Suite;
Expand Down
Loading
Loading