Commerce SDK Migration #195
-
Commerce SDK Sample IssueSummaryDescribe the issue Version and Error Info Extension Requirement ScreenshotsPlease include any screenshots that would help us understand the issue. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Team, i am migrating the Retail SDK to Commerce SDK but i am struck in POS solutions, i have few doubts can anyone help me out here
Thanks in advance |
Beta Was this translation helpful? Give feedback.
Hello @pruthvigowda483, this document should help you with your first two questions, getting started using VS Code to debug Store Commerce and extensions:
Debug Store Commerce extensions using Visual Studio Code - Commerce | Dynamics 365 | Microsoft Learn
For question 3, you can have both CRT and POS extensions in the same solution. The PosExtensionSamples sample should provide an example of doing this, where it has POS extensions inthe
Pos
folder, and CRT extensions (in this case just to load the POS extensions) in theCommerceRuntime
folder.Dynamics365Commerce.InStore/src/StoreCommerceSamples/PosExtensionSamples at release/9.47 · microsoft/Dynamics365Commerce.InStore (github.com)