Salutation

XML name

@salutation

Class name

de.lobster.scm.base.address.Salutation

Permissions

Administration/Masterdata/Dynamic enum/...


Salutation is assigned as a property of address within the address and addressContact container types. The dynamic enumeration is shipped with the following preset values:

Resource name

English

German

COMPANY

Company

Firma

MR

Mr.

Herr

MS

Ms.

Frau

Salutation in an address container

XML format
<!-- Example for 'salutation' in an address container (OrderCompanyAddress) of an order. Salutations can be included in addresses contained in any other business object (e. g. shipments, manifests, address book entries) in the same way -->
<ord:Order>
...
<ord:OrderCompanyAddress ...>
<value companyType=...>
<address id="305" ... salutation="COMPANY" name1=.../>
</value>
</ord:OrderCompanyAddress>
...
</ord:Order>

Salutation in an addressContact container

XML format
<!-- Example for 'salutation' in an addressContact container (OrderCompanyAddress) of an order. Salutations can be included in addresses contained in any other business object (e. g. shipments, manifests, address book entries) in the same way -->
<ord:Order>
...
<ord:OrderCompanyAddress ...>
<value companyType=...>
<address id="305" ... salutation="COMPANY" name1=...>
<attributes>
<base:AddressContact id="53" ...>
<contactAddress id="304" ... salutation="MS" name1="Schmidt" name2="Ulla">
<attributes/>
</contactAddress>
</base:AddressContact>
</attributes>
</address>
</value>
</ord:OrderCompanyAddress>
...
</ord:Order>


►NOTE◄ Like any other dynamic enumeration, 'Salutation' can be referenced in a Free enum type for use outside of address containers.