Make private methods public to allow for Chain Of Command
Especially in the x++ class RetailTransactionTransformer class, there are a lot of methods that are private. This makes it so we can use chain of command to modify or extend these methods. If you can make more of these methods public, that would really help provide partners and ISV's greater fl...
Commerce Runtime Data Mapping
It would be fantastic if the CTR extension projects can use the Entity Framework migrations instead of writing and running scripts for tables and stored procedures creation in the ext schema. In this moment, we are using the virtual machine downloaded from LCS (running in the developer's worksta...
Retail: Remove the version code from the References sub-folders
Under RetailSDK\References are the DLLs one has to add to commerce.runtime projects. to get to these DLLs one has to select the folder the specific DLL is in. However these folders names changes with every month's standard application and platform upgrades. This results in breaking custom CRT pr...
Ability to call SSRS reports from MPOS using extensions
There should be some way to extend Retail SDK and call custom Report such as SSRS/Crystal reports etc., as customizing standard layout doesn't work properly for Arabic versions like left label from design comes to right and vice versa. Hope people will vote. Thanks & Regards, Ansar Basha.S
Request SDK document for showing Data List / Option List from DB
From what I see from RetailSDK samples, e.g. ListInputDialog or StoreHoursDialog. Only show how to add data/option list from fixed text. We don't see any document to show data from DB. Please provide more documents / samples about this.
Extension Operation to clear the affliations
There is an operation to add the affiliations to the cart but there is no way to clear the same
Allow foreign key constraints in ext schema tables
Please see my post in Yammer. I uploaded a sample there. https://www.yammer.com/dynamicsaxfeedbackprograms/#/Threads/show?threadId=79299511926784 For updating the AX7 retail channel schema with tables we introduce in our extensions, we found that we are not able to add table dependencies using t...
CPOS Quotation and Retail Attributes
Retail Attributes which are used for extentions in CPOS are not save and restored for Quotations. We loose therefore the possibility to transform quotations to sales orders using These Attributes later.
Thanks for your feedback. We will continue to review this for consideration/prioritization within our product backlog. Holly Haines - Principal Program Manager
Administrator
Sample will be added if more customers/partners request/vote for this. Create a template dialog, add select control and bind it to entity. Populate the entity by reading from the DB.