Monday, March 11, 2019

Add Link to edit the Contact Record for the Customer Record in a Customer Search

In the Results page of a Customer Saved Search, an option to edit the Contact Record associated with the Customer record is not available. However, this can be done using a Formula.

 

1. Navigate to List > Search > Saved Searches > New.

2. Select Customer.

3. Provide a Search Title.

4. In the Criteria tab > Standard subtab, set required filters.
    
5. In the Results tab > Columns subtab, add Formula(Text).

6. In the Formula field, use formula below:

'<a href="/app/common/entity/contact.nl?id='  || {contact.internalid} || '&e=T">Edit Contact Record</a>'

7. Click Save and Run.

No comments:

Post a Comment