Announcement

Collapse
No announcement yet.

Address field extension prepared by devcrm.it

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

  • Address field extension prepared by devcrm.it

    Hello guys,
    we've published new extension which will allow you new type of field address. There is one difference, you don't have to enter country in varchar field, we've prepared enum list with all countries.
    We've prepared 29 translations, all languages which EspoCRM use are covered.

    This extension is a response to few posts of users which needed specified list of countries instead of field where users can put everything they want.
    You can also adjust already existed fields to our field. All information available in repo.

    Github repo: https://github.com/dubas-pro/ext-address-field
    Extension page: https://devcrm.it/address

  • #2
    Awesome, I kinda want to try it but don't have a development server to test it with.

    With existing address field, do I need to totally replace the address field to be Dubas Address? And, does this field affect the Map feature?

    Comment


    • #3
      espcrm as i mentioned here: https://github.com/dubas-pro/ext-address-field#faq
      You CAN use our field with already existed addressess. You just need to change addressCountry from i.e. United States to US.
      Then after changing type of field(information in repo), address will be correct, changed value will be recognized and our field will show full name of coutry in your language.

      Comment


      • #4
        If you want to test it, please do that on seperated enviornment, because of course we're testing our extensions, but we're not able to test all scenarios. If you want i can record a video where you can see how it's working. For know i'm not sure do we want to share our demo instance, maybe we do that..

        I've also received to create similar enum field for STATES in address. And i'm looking into that, but i'm not convinced, because:
        1. I can't find any list which have all states/regions for all countries and to prepare that field i need to have that.
        2. I could prepare this enum with visibility conditions, so specific regions/states will be available only after you choose specific country
        3. Because of the number of these countries(something around 250 countries), i believe that this field could have even more than 1000 values/options. And it could have bad impact on performance..

        Comment


        • #5
          Nice work - going to give this a test!

          For interest, for labels, I usually do this: United Kingdom (UK), United States (USA) because it helps people find when typing either way in search select inputs.

          What do you think of creating a similar extension for adding Timezone and Nationality as field types?

          Comment


          • #6
            marcusquinn thanks for kind words.
            I believe it should be implemented in EspoCRM core by devs, not us extension
            You can of course adjust extension to your needs. You can add custom labels through GUI

            What do you mean by "adding Timezone and Nationality as field types"? Any details?

            Comment


            • marcusquinn
              marcusquinn commented
              Editing a comment
              As in drop-downs for those options. Seems crazy to create them manually everywhere.
          Working...
          X