내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
해결됨

Review and Rating component in AEM as a Cloud Service

Avatar

Level 1

Hi, I want to add a review and rating component in AEM but the communities component feature is removed from  AEM as a cloud service. Is there any alternate way with which I can add the review and rating component?

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor and Adobe Champion

Unfortunately, I think there is no other component available out of the box to achieve a review and rate functionality. You will have to create your own custom component. You can simply store the rate information in JCR and then retrieve it whenever the component loads



Esteban Bustamante

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
Community Advisor and Adobe Champion

Unfortunately, I think there is no other component available out of the box to achieve a review and rate functionality. You will have to create your own custom component. You can simply store the rate information in JCR and then retrieve it whenever the component loads



Esteban Bustamante

Avatar

Community Advisor

Hi, If the communities component is no longer available You can try with the following options:
1. Make a complete package of the old component using CRXDE and try to install it in the new AEM as a cloud service.You might have to customize a lot of things while doing so.
2. You can make your own component and use your own HTML, CSS and JS. To save the ratings data, you can save it in a property.

Avatar

Administrator

@ysahil Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.



Kautuk Sahni