Expand my Community achievements bar.

SOLVED

Extending communities QnA to filter by answered questions

Avatar

Level 3

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

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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

View solution in original post

5 Replies

Avatar

Employee Advisor

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.

Avatar

Level 3

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

Avatar

Level 3

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

Avatar

Correct answer by
Employee Advisor

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

Avatar

Level 3

Sure Jaideep. Will log in a ticket. Thanks