Dynamics SL Migration Update March 2026#29913
Open
blauerPCL wants to merge 10 commits intomicrosoft:mainfrom
Open
Dynamics SL Migration Update March 2026#29913blauerPCL wants to merge 10 commits intomicrosoft:mainfrom
blauerPCL wants to merge 10 commits intomicrosoft:mainfrom
Conversation
- Added permissions for new tables related to Cash Manager: "SL Address", "SL CASetup", "SL CashAcct", and "SL CashSumD" across various permission sets. - Introduced new fields in "SL Company Additional Settings" for migrating Cash Manager module and Cash Account master data. - Implemented logic in migration pages to handle the new Cash Manager settings. - Created a new table "SL Post Migration Data Log" to log errors and messages during the migration process. - Updated the "SL Hybrid Wizard" codeunit to include updates for Cash Manager related records. - Ensured all relevant pages and tables reflect the new migration options and settings for Cash Manager.
- Updated SLBCDimension.csv to adjust spacing in the REGION line. - Added SLCompanyMigrationSettings.csv for migration settings configuration. - Created SLAddress.csv for address data import/export. - Introduced SLCASetup.csv for CA setup data import/export. - Added SLCashAcct.csv for cash account data import/export. - Created SLCashSumD.csv for cash summary data import/export. - Added SLBCBankAccount.csv for bank account results. - Introduced SLBCGenJournalLineSLCASH.csv for general journal line results. - Updated SLAcctHistData.XmlPort.al to include BegBal element. - Created SLAddressData.XmlPort.al for address data import/export. - Added SLBCBankAccountData.XmlPort.al for bank account data import/export. - Created SLCASetupData.XmlPort.al for CA setup data import/export. - Added SLCashAcctData.XmlPort.al for cash account data import/export. - Created SLCompanyMigrationSettings.Xmlport.al for company migration settings. - Updated SLCompanyAdditionalSettings.XmlPort.al to remove MinOccurs from IncludePlanStatusProjects. - Added SLCashSumDData.XmlPort.al for cash summary data import/export. - Introduced SLCashManagerMigratorTests.CodeUnit.al for testing cash manager migration functionality.
…rPCL/ALAppExtensions into SLMigrationUpdateMarch2026
- Modified company ID in SLGLSetup12Periods.csv and SLGLSetup13Periods.csv from '0060' to 'CRONUS USA'. - Added new CSV files for inventory and item site data: SLInventoryForItemJournalTest.csv, SLItemSiteForItemJournalTest.csv, and SLSite.csv. - Updated SLAcctHistData.XmlPort.al to ensure proper handling of company ID length. - Changed SLInventoryData.XmlPort.al to use "SL Inventory Buffer" instead of "SL Inventory". - Refactored SLItemMigratorTests.CodeUnit.al to include new test for SL Item Journal Lines and improved initialization logic. - Created new XML ports for SL ItemSite Buffer and SL Site data. - Enhanced SLTestHelperFunctions.CodeUnit.al with new procedures for importing address, cash account, and site data.
- Created XML Ports for importing/exporting Purchase Line Data, Unit of Measure for Open Orders, Vendor Data, and related temporary tables. - Implemented XML Ports for handling Purchase Order and Purchase Order Detail Buffer Data. - Added test codeunits for validating the migration of Purchase Orders and Vendors from SL to BC. - Enhanced SL Test Helper Functions to support new data imports for testing. - Updated existing test codeunits to reference the new expected XML Ports for validation.
- Added codeunit "SL SO Migrator" to handle the migration of open sales orders from SL. - Introduced table "SL SOType Buffer" to store sales order type data. - Enhanced "SL Helper Functions" with a new procedure to create open sales orders. - Updated "SL Migration Config" table to include a new field for tracking if open sales orders have been created. - Modified permission sets to include access to new buffer tables and updated existing permissions for sales order related tables. - Updated pages to include UI elements for migrating open sales orders. - Added validation logic in "SL Company Additional Settings" to manage migration settings for open sales orders.
- Created XML ports for General Product Posting Group, Inventory Posting Group, Item for Open Order, Sales Header, Sales Line, SOHeader Buffer, SOLine Buffer, and SOType Buffer data. - Implemented test cases for Sales Order migration, including setup and validation of Sales Header and Sales Line records. - Enhanced SL Test Helper Functions to support new data imports and clear relevant tables. - Updated existing test cases to reflect changes in data structure and naming conventions.
…nto SLMigrationUpdateMarch2026
Contributor
|
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. |
Contributor
Author
|
@nikolakukrika Here is the latest PR for the Dynamics SL Cloud Migration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Dynamics SL Cloud Migration Update for March 2026
Work Item(s)
Fixes #
AB#575743
AB#567566
AB#567567
AB#630428