Using the Star Rating Functionality
Install the Star Rating ComponentMake sure the Star Rating component is installed in your environment.
Open Manage DependenciesIn your main module, go to Manage Dependencies.
Add the Required Client ActionFrom the Star Rating component, add the RatingToBooleanList client action to your module.
RatingToBooleanList
Understand the Input Parameters
Rating (Integer) – The rating value you want to display.
Rating
MaxRating (Integer) – The maximum possible rating value.
MaxRating
Review the Output Parameter
RatingList (Boolean List) – The generated list that indicates which stars should be filled.
RatingList
Test with the Demo ApplicationFor a better understanding of how this works in a real scenario, try the included demo application.