Extending communities QnA to filter by answered questions | Community
Skip to main content
New Participant
September 19, 2019
Solved

Extending communities QnA to filter by answered questions

  • September 19, 2019
  • 5 replies
  • 4340 views

Hi,

We have a requirement to filter the list of questions asked by answered/unanswered.

Please let me know if there is a easy way to achieve this change.

Thanks,

Sagar

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by user05162

Please log a daycare ticket and we can check if there is any other way of achieving this using ASRP.

5 replies

New Participant
September 19, 2019

Sure Jaideep. Will log in a ticket. Thanks

user05162Accepted solution
Employee
September 19, 2019

Please log a daycare ticket and we can check if there is any other way of achieving this using ASRP.

New Participant
September 19, 2019

Hi Jaideep,

Thanks for the suggestions. We are using ASRP here. Is it something that can be achieved by the SRP api or is there any example on how to extend QnA component?

Thanks

cal-netsolution
New Participant
September 19, 2019

Hi Sagar.

For the answered/unanswered you can add the property to the question node dynamically based on your logic. Using Query builder api you can get the list of questions with condition answered/unanswered.

Best,

Cal

Employee
September 19, 2019

As far as I can check, this functionality can not be achieved OOTB. That said, You can compare the answered/unanswered question's nodes in Crxde to find the difference in properties and based on those properties create a filter.