Extended the childViews function of ProductLineSkuView and added Global.StarRating as a child view. childViews: _.extend(ProductLineSkuView.prototype.childViews, { ‘Global.StarRating’: function () { return new GlobalViewsStarRatingView({ … Continue reading Implement a Star Rating System in the Item Info Section
Tag: Rating Star
Custom Record Online HTML Form
Requirement The case records will have the details of the customer, home address and email, and other information. The organization would like to have a customer survey solution so that the business can send customer survey emails to customers from the case record. Solution The proposed solution will place a button in the case records… Continue reading Custom Record Online HTML Form