Announcement

Collapse
No announcement yet.

Real Estate - Properties filed in Request detail

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

  • Real Estate - Properties filed in Request detail

    Hi,
    is it possible to insert in Real Estate Request detail layout an enum field of Real Estate Property entity field.
    For example i created a custom field in Properties called "Neighborhood". I want to insert this field in Request detail layout to search properties with this features.

    Thank you

  • #2
    Hi,
    you can add an other field for Request or use enum list from Property field (2nd variant requires development and don't affect on matching).
    But in any case you need development, if you want this field in Matching feature.
    Matching logic is in Espo/Modules/RealEstate/Services/ RealEstateProperty.php and RealEstateRequest.php
    You need to override these files.

    Comment


    • #3
      Thank you Tanya, i'll try

      Comment

      Working...
      X