Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Unable to add comment in Service Portal

Gab
Tera Expert

I'm experiencing this error whenever I try to add comment from Service Portal, but I can add comments without any issue from instance. I'm using Journal Input.

find_real_file.png

1 ACCEPTED SOLUTION

Gab
Tera Expert

I solved the issue by checking the Can create and Can update in Application Access tab.

find_real_file.png

and run the following code in Scripts - Background, while using the global scope.
GlideTableManager.invalidateTable('<table_name>');
GlideCacheManager.flushTable('<table_name>');

View solution in original post

3 REPLIES 3

Ankur Bawiskar
Tera Patron

Hi,

seems cross scope issue

Did you check the table of Cross Scope privelege?

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 10x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

No, how do I add that scope?

Gab
Tera Expert

I solved the issue by checking the Can create and Can update in Application Access tab.

find_real_file.png

and run the following code in Scripts - Background, while using the global scope.
GlideTableManager.invalidateTable('<table_name>');
GlideCacheManager.flushTable('<table_name>');