Announcement

Collapse
No announcement yet.

AddressStreet not avaible for external field

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

  • AddressStreet not avaible for external field

    Hi! im trying to create a external field (address) but it dont show

    The entity is Account
    Account fields:
    shippingAddress Dirección de Envío Dirección
    shippingAddressCity Ciudad (Envío) Varchar
    shippingAddressCountry País (Envío) Varchar
    shippingAddressMap Mapa (Envío) Mapa
    shippingAddressPostalCode Código Postal (Envío) Varchar
    shippingAddressState Estado (Envío) Varchar
    shippingAddressStreet Calle (Envío) Texto

    I want the entire shippingAddress in other related entity, but when i try to create the external field the options only show:
    shippingAddressCity Ciudad (Envío) Varchar
    shippingAddressCountry País (Envío) Varchar
    shippingAddressPostalCode Código Postal (Envío) Varchar
    shippingAddressState Estado (Envío)
    As you can see in the image, is there any concept im missing, or why this happens?

    Thank you

  • #2
    Hello
    Street is a text field. For now text type is not allowed in foreign field
    you could try to enable it
    client/src/views/admin/field-manager/fields/foreign/field.js - add 'text' to typeList
    and define foreign-text.js in client/src/views/fields according to other foreign fields

    Comment

    Working...
    X