i need to add a custom textbox named "MoreNotes" to the CartView in dynamics 365 POS
the new custimization must add a new column to the database in the salesmaster table as (column name:MoreNotes,length:100,allownull,datatype:text), must be shown in the printed invoice the cartview, upload the data to the online database and add the column to the online database
could you please bring the code implementation for this task?