Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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
Tera Patron

Hi,

seems cross scope issue

Did you check the table of Cross Scope privelege?

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x 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>');