Add Custom Control on Customer's Form and Do Real Time Data Exchange (POS to HQ)
ADD CUSTOM CONTROL ON CUSTOMER'S FORM How to add custom control on Customer's form and do Real-Time Data Exchange: Data Exchange from POS form to HQ with Real-Time Service This blog has complete guide that how we can add custom control on customer's form and add data into it then push data from form to the table's custom field with real time service. Before that we have to learn that how we can configure the scale unit project into our vm for the customization of CPOS. For that purpose, please have a look into this blog. Your Guide to Efficiently Setting Up Dynamics 365 Commerce Cloud POS (dynamicscommerce.blogspot.com) Now you have to get knowledge about the Real-Time Data Exchange. For that I wrote a blog, please have a look into it you will get understanding. Extend Data Exchange - Real Time Service Add Custom Control on Customer's Form To add custom control on customer's form we have to write two classes: .html .ts In Scale Unit solution under the POS pro...