Why are comments made in the Idea Portal not visible on the Idea Form?

Whitney Fraser
Tera Contributor

Users can make comments on the public-facing Idea Portal. Those comments are not visible on the Idea Form in the back-end platform.  All we see are Work Notes, even though "Additional comments" is also checked in the Filter Activity list.

Why are those user's comments made in the Idea Portal not visible on the Idea Form?  What field do user comments get written to on a Idea?

 

find_real_file.png

find_real_file.png

7 REPLIES 7

Miguel Donayre
ServiceNow Employee
ServiceNow Employee

Hi,

The Portal is used as a discussion board for these Ideas and records comments on a different table.
Whereas the Activity Formatter is specifically related to work on the Record, these two are not synchronized. The comments on the Portal are kept on this table -"cf_comment." This is OOTB behavior. 

You would have to create a business rule to keep them in sync. 

 

hari_9
Tera Contributor

Hi, Have you achieved this sync between portal and native view

No... Because the behavior (as Miguel Donayre described it above) is OOTB, we decided to keep the two tables as-is, and NOT sync the Idea Portal Comments to the Idea Form Activity log in the Platform.

 

yogesh41
ServiceNow Employee
ServiceNow Employee

Hi,

 

The comments on any Idea are being stored in Feedback (cf_feedback) table. This table is loosely tied with Idea by using Document Id reference. One can have Feedback related list by defining custom related list using System Definition > Relationship module. 

 

Yogesh