Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GP - Enhancements to Payment Terms creation, visibility of unposted batches, and Migration Log #25831

Merged
merged 7 commits into from
Feb 12, 2024

Conversation

jaymckinney-enavate
Copy link
Contributor

@jaymckinney-enavate jaymckinney-enavate commented Feb 2, 2024

This PR enhances the GP migration by hardening the code around Payment Terms creation, adds visibility of unposted batches, and a new Migration Log.

Payment Terms

This change hardens the code around Payment Term creation. It also includes an integration event so that a failing Payment Term could be created by a PTE if needed.

Migration Log

This change also includes a migration log. A Factbox tile is added to the Cloud Migration Management page that will show the user when a non-error action was taken by the migration app, and they should be made aware of it.

Currently, these are the scenarios that are now logged:

  • The Payment Term was handled by 3rd party code.
  • Skipped creating an Account because there isn't an account number.
  • Skipped creating a PO because the Vendor has not been migrated.

Unposted Batches

A Factbox tile is added to the Cloud Migration Management page that shows the number of unposted batches.
Fixes AB#499261

@JesperSchulz
Copy link
Contributor

Tests are failing:

Error: Function TestGPItemMigration The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestGPItemMigration Failure (0.434 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Item Tests(CodeUnit 139662).TestGPItemMigration line 15 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestInventoryDisabled The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestInventoryDisabled Failure (0.23 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Item Tests(CodeUnit 139662).TestInventoryDisabled line 14 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestGPItemClassesConfiguredToNotImport The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestGPItemClassesConfiguredToNotImport Failure (0.246 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Item Tests(CodeUnit 139662).TestGPItemClassesConfiguredToNotImport line 16 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestGPItemClassesImport The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestGPItemClassesImport Failure (0.24 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Item Tests(CodeUnit 139662).TestGPItemClassesImport line 19 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestInactiveItemsDisabled The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestInactiveItemsDisabled Failure (0.337 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Item Tests(CodeUnit 139662).TestInactiveItemsDisabled line 16 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestDiscontinuedItemsDisabled The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestDiscontinuedItemsDisabled Failure (0.226 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Item Tests(CodeUnit 139662).TestDiscontinuedItemsDisabled line 16 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft
Codeunit 139663 GP Transaction Tests Success (0.343 seconds)
Testfunction TestGPCustomerTrxImport Success (0.18 seconds)
Testfunction TestGPVendorTrxImport Success (0.163 seconds)
Codeunit 139664 GP Data Migration Tests Failure (1.898 seconds)
Testfunction TestKnownCountries Success (0.074 seconds)

Error: Function TestGPCustomerImport The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestGPCustomerImport Failure (0.123 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Data Migration Tests(CodeUnit 139664).TestGPCustomerImport line 20 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft
Testfunction TestEmailAddressSelection Success (0.016 seconds)

Error: Function TestReceivablesMasterDataOnly The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestReceivablesMasterDataOnly Failure (0.05 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Data Migration Tests(CodeUnit 139664).TestReceivablesMasterDataOnly line 19 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestReceivablesSkipPosting The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestReceivablesSkipPosting Failure (0.05 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Data Migration Tests(CodeUnit 139664).TestReceivablesSkipPosting line 17 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestReceivablesDisabled The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestReceivablesDisabled Failure (0.067 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Data Migration Tests(CodeUnit 139664).TestReceivablesDisabled line 15 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestGPVendorImport The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestGPVendorImport Failure (0.053 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Data Migration Tests(CodeUnit 139664).TestGPVendorImport line 22 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestGPVendorImportWithName2 The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestGPVendorImportWithName2 Failure (0.05 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Data Migration Tests(CodeUnit 139664).TestGPVendorImportWithName2 line 14 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestPayablesMasterDataOnly The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestPayablesMasterDataOnly Failure (0.05 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Data Migration Tests(CodeUnit 139664).TestPayablesMasterDataOnly line 18 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestPayablesSkipPosting The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestPayablesSkipPosting Failure (0.057 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Data Migration Tests(CodeUnit 139664).TestPayablesSkipPosting line 16 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestPayablesDisabled The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestPayablesDisabled Failure (0.053 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Data Migration Tests(CodeUnit 139664).TestPayablesDisabled line 14 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestGPPaymentTerms The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestGPPaymentTerms Failure (0.05 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Data Migration Tests(CodeUnit 139664).TestGPPaymentTerms line 16 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft
Testfunction TestCalculateDueDateFormulaEmptyRecord Success (0.01 seconds)
Testfunction TestCalculateDueDateFormulaDueTypeNetDays Success (0.003 seconds)
Testfunction TestCalculateDueDateFormulaDueTypeDate Success (0 seconds)
Testfunction TestCalculateDueDateFormulaDueTypeEOM Success (0.007 seconds)
Testfunction TestCalculateDueDateFormulaDueTypeNone Success (0.003 seconds)
Testfunction TestCalculateDueDateFormulaDueTypeNextMonth Success (0.003 seconds)
Testfunction TestCalculateDueDateFormulaDueTypeMonths Success (0.003 seconds)
Testfunction TestCalculateDueDateFormulaDueTypeMonthDay Success (0.006 seconds)
Testfunction TestCalculateDueDateFormulaDueTypeAnnual Success (0.003 seconds)
Testfunction TestCalculateDiscountDateFormulaDueTypeDays Success (0.003 seconds)
Testfunction TestCalculateDiscountDateFormulaDueTypeDate Success (0.007 seconds)
Testfunction TestCalculateDiscountDateFormulaDueTypeEOM Success (0.007 seconds)
Testfunction TestCalculateDiscountDateFormulaDueTypeNone Success (0.004 seconds)
Testfunction TestCalculateDiscountDateFormulaDueTypeNextMonth Success (0.003 seconds)
Testfunction TestCalculateDiscountDateFormulaDueTypeMonths Success (0.003 seconds)
Testfunction TestCalculateDiscountDateFormulaDueTypeMonthDay Success (0.006 seconds)
Testfunction TestCalculateDiscountDateFormulaDueTypeAnnual Success (0.003 seconds)

Error: Function TestGPVendorBankAccountImport The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestGPVendorBankAccountImport Failure (0.05 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Data Migration Tests(CodeUnit 139664).TestGPVendorBankAccountImport line 21 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestGPVendorClassesConfiguredToNotImport The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestGPVendorClassesConfiguredToNotImport Failure (0.154 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Data Migration Tests(CodeUnit 139664).TestGPVendorClassesConfiguredToNotImport line 16 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestGPVendorClassesImport The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestGPVendorClassesImport Failure (0.07 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Data Migration Tests(CodeUnit 139664).TestGPVendorClassesImport line 18 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft
Testfunction TestGPCustomerClassesConfiguredToNotImport Success (0.71 seconds)

Error: Function TestGPCustomerClassesImport The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestGPCustomerClassesImport Failure (0.057 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Data Migration Tests(CodeUnit 139664).TestGPCustomerClassesImport line 13 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestOpenPOSettingDisabled The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestOpenPOSettingDisabled Failure (0.09 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Data Migration Tests(CodeUnit 139664).TestOpenPOSettingDisabled line 18 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft
Codeunit 139665 GP Item Transaction Tests Failure (2.813 seconds)

Error: Function TestGPItemTransactionMigration The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestGPItemTransactionMigration Failure (1.72 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Item Transaction Tests(CodeUnit 139665).TestGPItemTransactionMigration line 31 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestInventoryMasterDataOnly The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestInventoryMasterDataOnly Failure (1.093 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Item Transaction Tests(CodeUnit 139665).TestInventoryMasterDataOnly line 31 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft
Codeunit 139668 GP Forecasting Tests Success (2.33 seconds)
Testfunction TestGPOnPrepareCashFlowData Success (1.243 seconds)
Testfunction TestGPCashFlowDataValues Success (0.537 seconds)
Testfunction TestGPCashFlowDataValuesWithCreditMemos Success (0.55 seconds)
Codeunit 139671 GP Cloud Migration E2E Test Success (1.266 seconds)
Testfunction TestStatusIsSetToUpgradePending Success (1.266 seconds)
Codeunit 139678 GP Checkbook Tests Failure (0.318 seconds)

Error: Function TestGPCheckbookMigrationIncludeInactive The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestGPCheckbookMigrationIncludeInactive Failure (0.097 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Checkbook Tests(CodeUnit 139678).TestGPCheckbookMigrationIncludeInactive line 22 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestGPCheckbookMigrationExcludeInactive The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestGPCheckbookMigrationExcludeInactive Failure (0.04 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Checkbook Tests(CodeUnit 139678).TestGPCheckbookMigrationExcludeInactive line 23 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestGPCheckbookMigrationVerifySkipReconciled The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestGPCheckbookMigrationVerifySkipReconciled Failure (0.034 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Checkbook Tests(CodeUnit 139678).TestGPCheckbookMigrationVerifySkipReconciled line 25 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestBankMasterDataOnly The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestBankMasterDataOnly Failure (0.037 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Checkbook Tests(CodeUnit 139678).TestBankMasterDataOnly line 22 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestBankSkipPosting The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestBankSkipPosting Failure (0.03 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Checkbook Tests(CodeUnit 139678).TestBankSkipPosting line 23 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestGPCheckbookMigrationBankTransfers The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestGPCheckbookMigrationBankTransfers Failure (0.05 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Checkbook Tests(CodeUnit 139678).TestGPCheckbookMigrationBankTransfers line 26 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestBankModuleDisabled The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestBankModuleDisabled Failure (0.03 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Checkbook Tests(CodeUnit 139678).TestBankModuleDisabled line 22 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft
Codeunit 139680 GP Fiscal Periods Tests Failure (0.697 seconds)
Testfunction TestGPFiscalPeriodsCalanderYears Success (0.39 seconds)
Testfunction TestGPFiscalPeriodsNonCalendarYears Success (0.16 seconds)
Testfunction TestGPFiscalPeriodsNonTypicalYears Success (0.124 seconds)

Error: Function TestGPLimitFiscalPeriods The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestGPLimitFiscalPeriods Failure (0.023 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Fiscal Periods Tests(CodeUnit 139680).TestGPLimitFiscalPeriods line 13 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft
Codeunit 139681 GP Settings Tests Failure (0.221 seconds)
Testfunction TestInitialSettings Success (0.013 seconds)
Testfunction TestAllSettingsEnabled Success (0.006 seconds)
Testfunction TestBankModuleAutoSettings Success (0.01 seconds)
Testfunction TestPayablesModuleAutoSettings Success (0.024 seconds)
Testfunction TestReceivablesModuleAutoSettings Success (0.02 seconds)
Testfunction TestInventoryModuleAutoSettings Success (0.017 seconds)
Testfunction TestPostMigrationChecks Success (0.007 seconds)
Testfunction TestGLModuleAutoSettings Success (0.006 seconds)

Error: Function TestPopulateCombineStagingLogicNotMasterGLOnly The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestPopulateCombineStagingLogicNotMasterGLOnly Failure (0.033 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Settings Tests(CodeUnit 139681).TestPopulateCombineStagingLogicNotMasterGLOnly line 15 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestPopulateCombineStagingLogicMasterGLOnly The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestPopulateCombineStagingLogicMasterGLOnly Failure (0.006 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Settings Tests(CodeUnit 139681).TestPopulateCombineStagingLogicMasterGLOnly line 15 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestPopulateCombineStagingLogicReceivablesModuleEnabledMasterDataOnlyDisabled The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestPopulateCombineStagingLogicReceivablesModuleEnabledMasterDataOnlyDisabled Failure (0.007 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Settings Tests(CodeUnit 139681).TestPopulateCombineStagingLogicReceivablesModuleEnabledMasterDataOnlyDisabled line 17 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestPopulateCombineStagingLogicReceivablesModuleEnabledMasterDataOnlyEnabled The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestPopulateCombineStagingLogicReceivablesModuleEnabledMasterDataOnlyEnabled Failure (0.007 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Settings Tests(CodeUnit 139681).TestPopulateCombineStagingLogicReceivablesModuleEnabledMasterDataOnlyEnabled line 17 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestPopulateCombineStagingLogicReceivablesModuleDisabled The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestPopulateCombineStagingLogicReceivablesModuleDisabled Failure (0.02 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Settings Tests(CodeUnit 139681).TestPopulateCombineStagingLogicReceivablesModuleDisabled line 16 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestPopulateCombineStagingLogicPayablesModuleEnabledMasterDataOnlyDisabled The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestPopulateCombineStagingLogicPayablesModuleEnabledMasterDataOnlyDisabled Failure (0.006 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Settings Tests(CodeUnit 139681).TestPopulateCombineStagingLogicPayablesModuleEnabledMasterDataOnlyDisabled line 17 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestPopulateCombineStagingLogicPayablesModuleEnabledMasterDataOnlyEnabled The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestPopulateCombineStagingLogicPayablesModuleEnabledMasterDataOnlyEnabled Failure (0.006 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Settings Tests(CodeUnit 139681).TestPopulateCombineStagingLogicPayablesModuleEnabledMasterDataOnlyEnabled line 17 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestPopulateCombineStagingLogicPayablesModuleDisabled The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestPopulateCombineStagingLogicPayablesModuleDisabled Failure (0.01 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Settings Tests(CodeUnit 139681).TestPopulateCombineStagingLogicPayablesModuleDisabled line 16 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestPopulateCombineStagingLogicInventoryModuleEnabledMasterDataOnlyDisabled The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestPopulateCombineStagingLogicInventoryModuleEnabledMasterDataOnlyDisabled Failure (0.01 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Settings Tests(CodeUnit 139681).TestPopulateCombineStagingLogicInventoryModuleEnabledMasterDataOnlyDisabled line 17 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestPopulateCombineStagingLogicInventoryModuleEnabledMasterDataOnlyEnabled The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestPopulateCombineStagingLogicInventoryModuleEnabledMasterDataOnlyEnabled Failure (0.007 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Settings Tests(CodeUnit 139681).TestPopulateCombineStagingLogicInventoryModuleEnabledMasterDataOnlyEnabled line 17 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

Error: Function TestPopulateCombineStagingLogicInventoryModuleDisabled The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Testfunction TestPopulateCombineStagingLogicInventoryModuleDisabled Failure (0.006 seconds)

Error:
The GP Company Additional Settings does not exist. Identification fields and values: Name=''
Call Stack:
GP Settings Tests(CodeUnit 139681).TestPopulateCombineStagingLogicInventoryModuleDisabled line 16 - Dynamics GP Intelligent Cloud Tests by Microsoft
Test Runner - Mgt(CodeUnit 130454).RunTests line 21 - Test Runner by Microsoft
Test Runner - Isol. Codeunit(CodeUnit 130450).OnRun(Trigger) line 4 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunTests line 2 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunSelectedTests line 35 - Test Runner by Microsoft
Test Suite Mgt.(CodeUnit 130456).RunNextTest line 20 - Test Runner by Microsoft
Command Line Test Tool(Page 130455).RunNextTest - OnAction(Trigger) line 7 - Test Runner by Microsoft

@JesperSchulz JesperSchulz added the linked Issue is linked to a Azure Boards work item label Feb 9, 2024
Copy link

azure-boards bot commented Feb 9, 2024

✅ Successfully linked to Azure Boards work item(s):

Copy link
Contributor

github-actions bot commented Feb 9, 2024

Could not find linked issues in the pull request description. Please make sure the pull request description contains a line that contains 'Fixes #' followed by the issue number being fixed. Use that pattern for every issue you want to link.

nikolakukrika
nikolakukrika previously approved these changes Feb 9, 2024
@nikolakukrika nikolakukrika added the processing-PR The PR is currently being reviewed label Feb 9, 2024
Copy link

azure-boards bot commented Feb 9, 2024

✅ Successfully linked to Azure Boards work item(s):

@JesperSchulz
Copy link
Contributor

The build system returned 3 errors:
C:\Users\LocalUser\AppData\Local\Temp\1\43dlw5gf.pec\src\pages\HybridGPErrorsOverviewFb.page.al(5,12): error AS0032: The cuegroup with name 'FailedCompanies' defined in Page 'Hybrid GP Errors Overview Fb' was found in the previous version, but is missing in the current extension. This will break dependent extensions.

C:\Users\LocalUser\AppData\Local\Temp\1\43dlw5gf.pec\src\pages\HybridGPErrorsOverviewFb.page.al(5,12): error AS0040: Property 'SourceTable' has been removed, this is a destructive change.

C:\Users\LocalUser\AppData\Local\Temp\1\43dlw5gf.pec\src\pages\HybridGPErrorsOverviewFb.page.al(18,17): error AS0072: The Obsolete Tag 25.0 in Control Statistics is not allowed. Expected tag for this branch: 24.0.

I guess the cue groups cannot simply get removed.

…bsolete. Replaced it with "Hybrid GP Overview Fb".
@JesperSchulz JesperSchulz merged commit e4aa3da into microsoft:main Feb 12, 2024
8 of 10 checks passed
@JesperSchulz JesperSchulz added the ships-in-future-update Fix ships in a future update label Feb 13, 2024
@JesperSchulz
Copy link
Contributor

Thanks for reporting this. We agree, and we’ll publish a fix asap, either in an update for the current version or in the next major release. Please do not reply to this, as we do not monitor closed issues. If you have follow-up questions or requests, please create a new issue where you reference this one.

Build ID: 16156.

aholstrup1 pushed a commit to aholstrup1/ALAppExtensions that referenced this pull request Sep 6, 2024
…atches, and Migration Log (microsoft#25831)

This PR enhances the GP migration by hardening the code around Payment
Terms creation, adds visibility of unposted batches, and a new Migration
Log.

### Payment Terms
This change hardens the code around Payment Term creation. It also
includes an integration event so that a failing Payment Term could be
created by a PTE if needed.

### Migration Log
This change also includes a migration log. A Factbox tile is added to
the Cloud Migration Management page that will show the user when a
non-error action was taken by the migration app, and they should be made
aware of it.

Currently, these are the scenarios that are now logged:

- The Payment Term was handled by 3rd party code.
- Skipped creating an Account because there isn't an account number.
- Skipped creating a PO because the Vendor has not been migrated.

### Unposted Batches
A Factbox tile is added to the Cloud Migration Management page that
shows the number of unposted batches.
Fixes
[AB#499261](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/499261)

---------

Co-authored-by: jaymckinney <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linked Issue is linked to a Azure Boards work item processing-PR The PR is currently being reviewed ships-in-future-update Fix ships in a future update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants