Search on the related table or record

Dear Experts,

I have a requirement where I have to Search the Request where certain comments have been made.

There can be multiple comments for a Given request number hence I'm using two table "Request" and "Comments" with flat relation where comment table contains requestNumber field to create the relation between the two.

Is there any way possible that I can search in the "Request" record with the comments which have made under it. 

Thanks,

Gaurav Singh

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi Gabriele,

    That's only possible when we have to filter it on a specific condition. Also we need to code to create filters separately and then to Query on the records data on the click of search button.

    I want to utilize the feature of records where we can directly call the record on the UI along with its Out of box functionality like filter, savings filter and export to excel hence looking for an option if we can create a user filter on the Request record which can link to the Comment table.

Children
No Data