Customize Transaction Grid: Add a new column to the transaction grid in the POS screen.

Sometimes we want to add an additional column or field to the transaction screen as a D365 Retail POS (Point of Sale) developer. Solution! in F&O (Finance and Operations), go to Retail and Commerce > Channel setup > POS setup > POS > Screen layouts Select the screen layout ID which is associated with your POS. Click on the Setting icon in Top right corner and check your layout id and layout Resolution. Click the Layout Designer button in the action bar. In the designer, right-click the transaction grid (receipt grid) and select Customize . In the Customization – Receipt window, select the lines in the pivot panel drop-down menu. Similarly, you can add a custom column to the Payment and Delivery tab. Add business logic to a custom column Open Visual Studio in administrator mode. Open the CloudPOS solution from …\RetailSDK\POS . U...