Using addressMap field in Custom Entities

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • info@jaguarsoft.com
    Member
    • Apr 2015
    • 35

    Using addressMap field in Custom Entities

    Hi there,

    I try to use addressMap in my Custom entiity(I have also address) . I added it same as RealEstateProperty.json and also added to my detail layout. But no map shown..!
    only label is shown.

    Is there any magic to use addressMap in Custom entities..?

    thnx & rgds

    Selcuk
  • yuri
    Member
    • Mar 2014
    • 8477

    #2
    Hi

    No magic. Maybe you missed something.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • info@jaguarsoft.com
      Member
      • Apr 2015
      • 35

      #3
      "addressMap": {

      "type": "base",

      "notStorable": true,

      "readOnly": true,

      "view": "real-estate:views/real-estate-property/fields/address-map",

      "layoutListDisabled": true,

      "layoutSearchDisabled": true,

      "layoutMassUpdateDisabled": true

      },
      I just added addressMap filed to my Custom/resources/metadataEntitydefs/MyCustom.json and added to detail layout.

      BUT I CAN NOT SEE in EntityManager , Add New field ?. is there any object: true etc that I need to put somewhere?
      thnx & rgrds

      Selcuk

      Comment

      • info@jaguarsoft.com
        Member
        • Apr 2015
        • 35

        #4
        Hi, I got it working, I removed and I added again . it worked. Just For Info

        Comment

        • gribs
          Senior Member
          • May 2015
          • 104

          #5
          Anyway to have an easy way to add "googlemap field" in custom entities ?

          Comment

          • yuri
            Member
            • Mar 2014
            • 8477

            #6
            We are going to add to EspoCRM.
            If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

            Comment

            • gribs
              Senior Member
              • May 2015
              • 104

              #7
              Would be great to have possibility to integrate google maps "my maps" https://www.google.com/mymaps
              for custom points of interest around the place etc

              Comment

              Working...