Skip to main content
kavyan471063
Known Participant
August 9, 2022
Question

DB View as source of record

  • August 9, 2022
  • 3 replies
  • 0 views

Hi All,

        We were using an entity backed record previously but the search filter is not working for that case. It is a view from DB so we directly use that as a DB source also we disable the sync option to get view as source. Now we are facing filter and sorting issues. Can anyone suggest solution for this. when user pick a value in search field it is not available for display but it is available in view. Is there anyway we can apply source filters but search field filter will work to all values.

Thanks & Regards,

Kavya

    3 replies

    harshitb6843
    August 9, 2022

    Is your view working fine with filters when you are trying to build a query Entity on it?

    kavyan471063
    Known Participant
    August 9, 2022

    The search filter was not working for entity backed records. They were using rsp!query value which is deprecated now. Thats why we opt for this changes. But the source filter is not working in this new try.

    harshitb6843
    August 9, 2022

    My comment was more about identifying whether that is it a problem with the view or the record. So I recommended trying to create a query entity on your view with the required filters to see if it is returning the expected output. If it is, then the problem is with the record configurations else the problem is with the input variables of the view.