4

Recently, Microsoft added a new Retail device type was added. The Store Commerce App. When users in D365 F&SC go to the 'Devices' form and add a new record they need to select what device type the device record is. ModernPOS, CloudPos, StoreCommerce, ect.


The only way to add the new drop-down option 'Store Commerce' is to go to the Commerce Parameters form, and then click on the 'initialize' button on the 'general' tab. While this work, pushing this button in production is a high impact. It creates seed data, if it doesn't exist. If a client removed any of this seed data in their system, this button would re-create this un-needed data in production, along with inserting the new 'store commerce' record into the RetailDeviceTypes table.


There exists a RetailDeviceTypes form that does allow users to create and delete records. However, whenever a new record is created, the 'Type' field is not shown. If you add it with personalization, the field is un-editable.


Suggestion: Allow the 'Type' field on the RetailDeviceTypes form to be editable so that a user can manually add the 'Store Commerce' record, instead of letting the 'initialize' button create it, along with potentially other records that they do not want.



Category: General
STATUS DETAILS
New