Announcement

Collapse
No announcement yet.

Address field

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Address field

    Hi.

    Address format 2 is:

    Street
    PostalCode City
    State Country

    I want extra field "building number" (E.G. 18/31) so address format will be:

    Street Number
    PostalCode City
    State Country

    and field name auto generated from address fields will be Street Number, City.

    How can I change this? Or maybe Espo Team can add this by default ?

  • #2
    Hi,

    You will need to do some cutomizarions:

    1. Define metadata customizations for Address field type in custom directory. https://github.com/espocrm/espocrm/b...s/address.json
    2. Create custom view for address field https://github.com/espocrm/documenta...ing-field-type

    Comment

    Working...
    X