- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Where can I put restrictions so that I should get only those articles which are published on last months.
I have checked every context and each rule but no clue.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I believe the recommended actions component ultimately calls the sn_nb_action.NextBestActionService script include to fetch recommendations.
The functionality is implemented in script include sn_nb_action.NextBestActionServiceImpl (which the former inherits).
One solution could be to re-implement method getRecommendations in sn_nb_action.NextBestActionService so that it calls the base getRecommendations method and returns the filtered results.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I believe the recommended actions component ultimately calls the sn_nb_action.NextBestActionService script include to fetch recommendations.
The functionality is implemented in script include sn_nb_action.NextBestActionServiceImpl (which the former inherits).
One solution could be to re-implement method getRecommendations in sn_nb_action.NextBestActionService so that it calls the base getRecommendations method and returns the filtered results.
