Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Knowledge Article Attachments are not visible

Knowledge Article Attachments are not visible :  (Display Attachment check box is checked/ON) When I create a new Standard Template Article, and add the attachment; i can see the attachment added and listed in the attachment section. However! The Min...

Chuck S1 by Tera Contributor
  • 3980 Views
  • 1 replies
  • 0 helpfuls

Show or hide Widget by condition

---------------- widget always hide IF "state" field of "sn_hr_core_case" table is "7" THEN widget show ---------------- How can I write this condition (Script) in my widget? Thank you so much!

Brook3 by Giga Expert
  • 9811 Views
  • 3 replies
  • 3 helpfuls

Resolved! get user first name inside of widget

I want to display first name of current user inside of widget. inside of widget HTML <p>Hello, {{firstName}}</p> SERVER SCRIPT (function() { var firstName = gs.getUser().getFirstName();})();   What is wrong? I have tried many ways but have not been s...

Brook3 by Giga Expert
  • 4167 Views
  • 3 replies
  • 5 helpfuls

Remove Knowledge Attached to Incident

Recently we started utilizing the Attach knowledge feature from the Incident form. However, some agents have asked if there's a way to remove attached knowledge articles once they've been attached to an Incident. I'm not finding a simple way to accom...

attached.png
KM Fanboy by Giga Contributor
  • 6595 Views
  • 9 replies
  • 6 helpfuls

Resolved! Use Round robin with Business rules

Hello everyone,First let me say that i am fairly new to servicenow only been working for a few months with it. I work in a team of four people which handle internal customers requests. Currently we have no assignment or business rules so we manually ...

mihail by Kilo Contributor
  • 6772 Views
  • 9 replies
  • 5 helpfuls

Resolved! UI Policy does not apply on Service Portal

I have a new table with two fields. Main field is a choice based on the Country field from the Location table. Client I'm working with isn't using default values, importing from external source, so need to get actual values from records and show thos...