Display fields in grid view and advanced edit

I would like to change / adapt the sales order window:

  1. Net sum, which atm is shown only in the advanced edit in the main view, shall be displayed in the grid view for the sales order window

  2. Product description shall be displayed in sales orderline, in the advanced edit

How can i do that?
Thanks & cheers,
Daniela

Hi,

see below:

Net sum, which atm is shown only in the advanced edit in the main view, shall be displayed in the grid view for the sales order window


Product description shall be displayed in sales orderline, in the advanced edit





Best regards,
Teo

Update:
It does not exactly work like described above; displaying fields in grid view and advanced edit is (for the time being at least) mutually exclusive.

  1. To show net sum in sales order window, grid view, you have to not only add it in UI Grid Elements, but also set Avanced Field and Displayed in UI Element to “N”:

  1. The “advanced edit” view in the sales orderline includes all UI Elements of its UI Element Group, they don’t have to be set as Advanced field especially.
    The product description has a special display logic, though: @IsIndividualDescription@=‘Y’, therefore you also have to add the field for this to the sales orderline in WebUI as well (see pics on how to create a new UI Element in Webui Fenster neue Felder eintragen; you can find it in Field, with column: “IsIndividualDescription_Prod.-Beschr. ändern”). When this field is included and set to “Y”, then the product description gets displayed as well.