Add contact data to address


Inhalt

Basic data

Links to further information


image-20240507-142521.png

Insert add-on field for contact person

In this case, a field is added to the desired address in which a contact person for one or more addresses is to be entered in the order.

Basic data settings in addresses

To do this, the Partner tab must be maintained in the master data of all relevant addresses.

Inserting additional fields in the mask editor

To find out how the fields are added to the address in the mask editor, please refer to the Additional mask fields tab.

Pull first and last name from the contact person

Using the mask editor: Extras à Mask editor, fields for the contact person can also be added to each order address. The contact person for the address can be accessed by double-clicking on the field. These are now transferred with first name and surname. The contact persons for the order forms are also pre-assigned from here.

By default, only the surname is displayed. If the contact person is to be preset with first name and surname, this can be set in the Global Settings as follows:

For all clients:
INSERT INTO global_sett_t (schluessel, wert) VALUES('ANSPRECHPARTNER_MIT_VORNAME', 'J');

Â