The address element contains the following 17 text attributes for keeping address information in Lobster Data Platform / Orchestration.
Description | XML | Form element |
|---|---|---|
Combobox | ||
Account no. | @accNumber | Text field |
Name 1 | @name1 | Text field |
Name 2 | @name2 | Text field |
Name 3 | @name3 | Text field |
Match code | @accMatchCode | Text field |
Department | @department | Text field |
Postbox number | @postboxNumber | Text field |
Street 1 | @street1 | Text field |
Street 2 | @street2 | Text field |
Street number | @streetNo | Text field |
Combobox | ||
Zip code | @zipcode | Text field |
City | @city | Text field |
City suburb | @citySuburb | Text field |
State province | @stateProvince | Text field |
State code | @stateCode | Text field |
Tab. 1: List of all text attributes of an address

Figure 1: Display of the attributes in the form element 'Addresses' & 'Addresses (edit only)' form element of the Form designer
<!-- Beispiel für eine Lieferantenadresse in einer Bestellung (Order), analog können Adressen auch in Sendungen (Shipment), Manifesten (Manifest), Allgemeinen Geschäftsobjekten und Addressbucheinträgen verwendet werden -->
<ord:Order>
...
</attributes>
...
<ord:OrderCompanyAddress id="151" ...>
<value companyType="SUP">
<address id="305" ... salutation="COMPANY" name1="Lieferant G" name2="G-Supplier" name3="Altbier" accNumber="0001000010" accMatchCode="SupG" department="Abteilung D" postboxNumber="12345" street1="Königsallee" street2="2. Stock" streetNo="1-5" countryCode="DE" zipcode="40212" city="Düsseldorf" stateProvince="Nordrhein-Westfalen" stateCode="NRW" citySuburb="Zentrum">
<attributes/>
</address>
</value>
</ord:OrderCompanyAddress>
...
</attributes>
...
</ord:Order>