How to Search Custom Field from Customer and Num Pad in Dynamics 365 Retail & Commerce POS
Microsoft Dynamics 365 Retail & Commerce POS (Point of Sales) How to Search Custom Field from Customer and Num Pad Pre-Requisite You must have a custom field in the channel table. If you want to add a custom field. Please follow the link https://sajidshaikhblog.blogspot.com/2023/08/how-to-extend-customer-list-view-adding.html Commerce Runtime (CRT) K:\RetailSDK\SampleExtensions\CommerceRuntime Development Open the commerce runtime project from the above source and select set as the startup project Runtime.Extensions.CustomerSearchSample Create a new class with the name of CustomerSearchRequestHandler.cs. Because this class is not part of the project, you must create a file manually. Code - CustomerSearchRequestHandler.c...