London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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.
Hi,
The product has comments. How to show product column in Community Approval gadget ?
Many Thanks in advance.