Skip to content
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace Microsoft.API.FinancialManagement;

using System.Environment;
using Microsoft.Finance.GeneralLedger.Setup;
using System.Environment;

page 30306 "API Finance - Global Settings"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

namespace System.DataAdministration;

using System.Utilities;
using System.IO;
using System.Utilities;

codeunit 609 "Data Archive Export to CSV"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

namespace System.DataAdministration;

using Microsoft.Inventory.Item.Picture;
using System.Environment;
using System.Utilities;
using System.IO;
using System.Reflection;
using Microsoft.Inventory.Item.Picture;
using System.Utilities;

codeunit 605 "Data Archive Provider" implements "Data Archive Provider"
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
namespace Microsoft.FixedAssets.Repair;

using Microsoft.Finance.Currency;
using Microsoft.FixedAssets.Ledger;
using Microsoft.FixedAssets.Setup;
using Microsoft.Finance.Currency;

codeunit 6090 "FA Ledger Entries Scan"
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace Microsoft.FixedAssets.Repair;

using Microsoft.FixedAssets.Ledger;
using Microsoft.Finance.Currency;
using Microsoft.FixedAssets.Ledger;

page 6090 "FA Ledger Entries Issues"
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
namespace Microsoft.FixedAssets.Repair;

using Microsoft.Finance.GeneralLedger.Journal;
using Microsoft.FixedAssets.Ledger;
using Microsoft.Finance.GeneralLedger.Ledger;
using Microsoft.FixedAssets.FixedAsset;
using Microsoft.FixedAssets.Ledger;

table 6090 "FA Ledg. Entry w. Issue"
{
Expand Down
18 changes: 9 additions & 9 deletions src/Apps/W1/DataSearch/App/DataSearchDefaults.Codeunit.al
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ using Microsoft.CRM.Team;
using Microsoft.Finance.Consolidation;
using Microsoft.Finance.Currency;
using Microsoft.Finance.Dimension;
using Microsoft.Finance.GeneralLedger.Journal;
using Microsoft.Finance.GeneralLedger.Ledger;
using Microsoft.Finance.GeneralLedger.Setup;
using Microsoft.Finance.RoleCenters;
Expand All @@ -24,20 +25,22 @@ using Microsoft.Foundation.PaymentTerms;
using Microsoft.Foundation.Reporting;
using Microsoft.Foundation.Shipping;
using Microsoft.HumanResources.Employee;
using Microsoft.Projects.RoleCenters;
using Microsoft.Intercompany.Partner;
using Microsoft.Inventory.Intrastat;
using Microsoft.Inventory.Item;
using Microsoft.Inventory.Ledger;
using Microsoft.Inventory.Location;
using Microsoft.Inventory.Transfer;
using Microsoft.Projects.Project.Job;
using Microsoft.Projects.Project.Planning;
using Microsoft.Projects.Project.Ledger;
using Microsoft.Projects.Project.Planning;
using Microsoft.Projects.Resources.Resource;
using Microsoft.Projects.RoleCenters;
using Microsoft.Purchases.Document;
using Microsoft.Purchases.History;
using Microsoft.Purchases.Payables;
using Microsoft.Purchases.Vendor;
using Microsoft.RoleCenters;
using Microsoft.Finance.GeneralLedger.Journal;
using Microsoft.Sales.Customer;
using Microsoft.Sales.Document;
using Microsoft.Sales.FinanceCharge;
Expand All @@ -46,21 +49,18 @@ using Microsoft.Sales.Pricing;
using Microsoft.Sales.Receivables;
using Microsoft.Sales.Reminder;
using Microsoft.Sales.RoleCenters;
using Microsoft.Service.Contract;
using Microsoft.Service.Document;
using Microsoft.Service.History;
using Microsoft.Service.Item;
using Microsoft.Service.Loaner;
using Microsoft.Service.Contract;
using Microsoft.Service.History;
using Microsoft.Service.RoleCenters;
using Microsoft.Warehouse.Document;
using Microsoft.Warehouse.Activity;
using Microsoft.Warehouse.Activity.History;
using Microsoft.Inventory.Transfer;
using Microsoft.Warehouse.Document;
using Microsoft.Warehouse.History;
using Microsoft.Warehouse.RoleCenters;
using Microsoft.Warehouse.Worksheet;
using Microsoft.Inventory.Ledger;
using Microsoft.Intercompany.Partner;
using System.Globalization;
using System.Reflection;
using System.Security.AccessControl;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
namespace Microsoft.Foundation.DataSearch;

using Microsoft.Assembly.Document;
using Microsoft.Finance.GeneralLedger.Journal;
using Microsoft.Inventory.Transfer;
using Microsoft.Manufacturing.Document;
using Microsoft.Manufacturing.ProductionBOM;
using Microsoft.Manufacturing.Routing;
using Microsoft.Projects.Project.Job;
using Microsoft.Utilities;
using Microsoft.Projects.Project.Planning;
using Microsoft.Purchases.Archive;
using Microsoft.Purchases.Document;
Expand All @@ -18,9 +18,9 @@ using Microsoft.Sales.Reminder;
using Microsoft.Service.Contract;
using Microsoft.Service.Document;
using Microsoft.Service.History;
using Microsoft.Utilities;
using Microsoft.Warehouse.Activity;
using Microsoft.Warehouse.Activity.History;
using Microsoft.Finance.GeneralLedger.Journal;
using Microsoft.Warehouse.Document;
using Microsoft.Warehouse.History;
using System.Reflection;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
// ------------------------------------------------------------------------------------------------

namespace Microsoft.Test.Foundation.DataSearch;
using Microsoft.Sales.Document;
using Microsoft.Sales.Archive;

using Microsoft.Foundation.DataSearch;
using Microsoft.Sales.Archive;
using Microsoft.Sales.Document;

pageextension 139507 "Test Data Search Extension" extends "Data Search"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ namespace Microsoft.eServices.EDocument;

using Microsoft.eServices.EDocument.IO.Peppol;
using Microsoft.EServices.EDocument.OrderMatch;
using Microsoft.eServices.EDocument.Service.Participant;
using Microsoft.eServices.EDocument.Processing.Import;
using Microsoft.eServices.EDocument.OrderMatch.Copilot;
using Microsoft.eServices.EDocument.Processing.Import;
using Microsoft.eServices.EDocument.Processing.Import.Purchase;
using Microsoft.eServices.EDocument.Service.Participant;

permissionset 6102 "E-Doc. Core - Edit"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
// ------------------------------------------------------------------------------------------------
namespace Microsoft.eServices.EDocument;

using Microsoft.eServices.EDocument.Format;
using Microsoft.eServices.EDocument.Integration;
using Microsoft.eServices.EDocument.Integration.Action;
using Microsoft.eServices.EDocument.Integration.Receive;
using Microsoft.eServices.EDocument.Integration.Send;
using Microsoft.eServices.EDocument.IO;
using Microsoft.eServices.EDocument.IO.Peppol;
using Microsoft.EServices.EDocument.OrderMatch;
using Microsoft.EServices.EDocument.OrderMatch.Copilot;
using Microsoft.eServices.EDocument.Service.Participant;
using Microsoft.eServices.EDocument.Processing.Import;
using Microsoft.eServices.EDocument.Processing.Import.Purchase;
using Microsoft.eServices.EDocument.Service;
using Microsoft.eServices.EDocument.Integration.Receive;
using Microsoft.eServices.EDocument.Integration.Action;
using Microsoft.eServices.EDocument.Format;
using Microsoft.eServices.EDocument.Integration.Send;
using Microsoft.eServices.EDocument.Integration;
using Microsoft.eServices.EDocument.Service.Participant;

permissionset 6100 "E-Doc. Core - Objects"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ namespace Microsoft.eServices.EDocument;

using Microsoft.eServices.EDocument.IO.Peppol;
using Microsoft.EServices.EDocument.OrderMatch;
using Microsoft.eServices.EDocument.Service.Participant;
using Microsoft.eServices.EDocument.Processing.Import;
using Microsoft.eServices.EDocument.OrderMatch.Copilot;
using Microsoft.eServices.EDocument.Processing.Import.Purchase;
using Microsoft.eServices.EDocument.Processing;
using Microsoft.eServices.EDocument.Processing.Import;
using Microsoft.eServices.EDocument.Processing.Import.Purchase;
using Microsoft.eServices.EDocument.Service.Participant;

permissionset 6101 "E-Doc. Core - Read"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
// ------------------------------------------------------------------------------------------------
namespace Microsoft.eServices.EDocument;

using Microsoft.eServices.EDocument.IO.Peppol;
using Microsoft.eServices.EDocument.OrderMatch;
using Microsoft.Finance.GeneralLedger.Journal;
using Microsoft.eServices.EDocument.Service.Participant;
using Microsoft.eServices.EDocument.Processing.Import;
using Microsoft.eServices.EDocument.OrderMatch.Copilot;
using Microsoft.eServices.EDocument.Processing;
using Microsoft.eServices.EDocument.Processing.Import;
using Microsoft.eServices.EDocument.Processing.Import.Purchase;
using Microsoft.eServices.EDocument.IO.Peppol;
using Microsoft.eServices.EDocument.Service.Participant;
using Microsoft.Finance.GeneralLedger.Journal;

permissionset 6105 "E-Doc. Core - User"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
namespace Microsoft.eServices.EDocument;

using Microsoft.Sales.History;
using System.IO;
using System.Text;
using System.Utilities;
using System.IO;

page 6169 "E-Document QR Code Viewer"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
namespace Microsoft.eServices.EDocument.IO.Peppol;

using Microsoft.eServices.EDocument;
using Microsoft.Foundation.Attachment;
using Microsoft.Foundation.Company;
using Microsoft.Purchases.Document;
using Microsoft.Sales.Document;
using Microsoft.Sales.History;
using Microsoft.Sales.Peppol;
using Microsoft.Service.History;
using System.Text;
using Microsoft.Foundation.Attachment;
using Microsoft.Purchases.Document;
using System.IO;
using System.Reflection;
using System.Text;
using System.Utilities;

codeunit 6152 "E-Doc. Data Exchange Impl." implements "E-Document"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ using Microsoft.EServices.EDocument;
using Microsoft.Finance.GeneralLedger.Journal;
using Microsoft.Finance.GeneralLedger.Setup;
using Microsoft.Inventory.Item;
using Microsoft.Purchases.Document;
using Microsoft.Purchases.History;
using Microsoft.Purchases.Setup;
using Microsoft.Purchases.Document;
using Microsoft.Purchases.Vendor;
using System.IO;
using System.Utilities;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ using Microsoft.EServices.EDocument;
using Microsoft.Finance.GeneralLedger.Setup;
using Microsoft.Finance.VAT.Calculation;
using Microsoft.Finance.VAT.Setup;
using Microsoft.Foundation.Attachment;
using Microsoft.Sales.Customer;
using Microsoft.Sales.Document;
using Microsoft.Sales.History;
using Microsoft.Sales.Peppol;
using Microsoft.Service.History;
using Microsoft.Foundation.Attachment;
using System.IO;
using System.Utilities;

Expand Down
6 changes: 3 additions & 3 deletions src/Apps/W1/EDocument/App/src/Document/EDocument.Page.al
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
// ------------------------------------------------------------------------------------------------
namespace Microsoft.eServices.EDocument;

using System.Telemetry;
using System.Utilities;
using Microsoft.Bank.Reconciliation;
using Microsoft.eServices.EDocument.Integration.Send;
using Microsoft.eServices.EDocument.Integration.Receive;
using Microsoft.eServices.EDocument.Integration.Send;
using Microsoft.eServices.EDocument.OrderMatch;
using Microsoft.eServices.EDocument.OrderMatch.Copilot;
using Microsoft.eServices.EDocument.Processing.Import;
using Microsoft.eServices.EDocument.Processing.Import.Purchase;
using Microsoft.eServices.EDocument.Service;
using Microsoft.Foundation.Attachment;
using System.Telemetry;
using System.Utilities;

page 6121 "E-Document"
{
Expand Down
20 changes: 10 additions & 10 deletions src/Apps/W1/EDocument/App/src/Document/EDocument.Table.al
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
// ------------------------------------------------------------------------------------------------
namespace Microsoft.eServices.EDocument;

using Microsoft.Foundation.Reporting;
using Microsoft.Finance.Currency;
using Microsoft.eServices.EDocument.Integration;
using System.Telemetry;
using Microsoft.eServices.EDocument.OrderMatch;
using Microsoft.eServices.EDocument.Processing.Import;
using Microsoft.eServices.EDocument.Processing.Import.Purchase;
using Microsoft.eServices.EDocument.Processing.Interfaces;
using Microsoft.Finance.Currency;
using Microsoft.Foundation.Attachment;
using Microsoft.Foundation.Reporting;
#if not CLEAN27
using Microsoft.Purchases.Document;
#endif
using Microsoft.Utilities;
using System.Automation;
using System.IO;
using System.Reflection;
using System.Telemetry;
using System.Threading;
using Microsoft.eServices.EDocument.Processing.Import;
using Microsoft.eServices.EDocument.Processing.Interfaces;
using Microsoft.eServices.EDocument.OrderMatch;
using Microsoft.eServices.EDocument.Processing.Import.Purchase;
#if not CLEAN27
using Microsoft.Purchases.Document;
#endif

table 6121 "E-Document"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// ------------------------------------------------------------------------------------------------
namespace Microsoft.eServices.EDocument;

using System.Environment;
using System.Azure.Identity;
using System.Environment;

table 6107 "E-Documents Setup"
{
Expand Down Expand Up @@ -68,7 +68,7 @@ table 6107 "E-Documents Setup"
EnvironmentEnabledValueTok: Label 'true', Locked = true;
TenantId: Text;
begin

if TryGetAadTenantId(TenantId) then
if TenantId in [
'7bfacc13-5977-43eb-ae75-63e4cbf78029',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// ------------------------------------------------------------------------------------------------
namespace Microsoft.eServices.EDocument;

using System.Security.AccessControl;
using Microsoft.eServices.EDocument.Processing.Import;
using System.Security.AccessControl;

page 6108 "Inbound E-Doc. Factbox"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace Microsoft.eServices.EDocument;
using System.Utilities;

using System.IO;
using System.Utilities;

page 6111 "Inbound E-Doc. Picture"
{
Expand Down
Loading
Loading