Announcement

Collapse
No announcement yet.

Link Duplicate from Duplicate Model Page

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

  • Link Duplicate from Duplicate Model Page

    Hello,

    I need a add link functionality for Duplicate result as like when we click other entity name to link.

    Sample code:

    1. THIS IS CODE FROM LINK Contact Dialogue Window:
    <td class="cell" data-name="name">
    <a href="#Contact/view/5b7a33d8f2f954560" class="link" data-id="5b7a33d8f2f954560" title="(old uncle) Tan">(old uncle) Tan</a>
    </td>

    2. THIS IS CODE from DUPLICATE SHOW PAGE
    <td>
    <a href="#Contact/view/5b7bc1209ce72104a" target="_BLANK">Bla Bla</a>
    </td>

    Instead of target="_BLANK" (Opening the entity related to that duplicate result). I need to link this Duplicate result(Contact) to the Property Listing.

    How to do that, Thanks you.


    I have attached screenshot for better understanding.
Working...
X