Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

How to show for each product in Community Approval gadget?

Vote:
 

Hi,

The product has comments. How to show product column in Community Approval gadget ?

Many Thanks in advance.

#87474
Jun 13, 2014 14:21
Vote:
 

You can do that by adding the following:

<%=comment.CommentedEntity.ID.ToString() %> //this return objectID reference

into Index.ascx and ViewDetails.ascx file in this directory:

%Program Files%\EPiServer\CommonFramework\7.5.394.2\Application\EPiServerCommon\Views\Approval (assume that you are using 7.5)


Then you can use this ID to find the mapping catalogEntryID in tblBigTable, once you have catalogEntryID, I guess it is easy for you to display the product name or whatever field you like.

Hope this works for you.

#87484
Edited, Jun 13, 2014 16:56
Vote:
 

Thank you!

#89221
Edited, Aug 11, 2014 18:12
Vote:
 

Thank you!

#89245
Aug 12, 2014 8:07
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.