Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

HTML ng-if doesn't work

Hi, I want to show HTML widget depend on Incident state in Service Portal.So I cloned HTML widget and write script below: HTML Temple <div> <div ng-if="!c.options.html && data.canRead" class="panel panel-default"> <div class="panel-body"> ...

Resolved! Copy optional fields to child case client script

Hello ServiceNow experts!I have created the below Client Script which is working as expected and this is because the 'Parent' field is on the Case form.   function onLoad() { // Check if the form is a new record if (g_form.isNewRecord())...

tindiz_0-1730351935333.png
tindiz by Giga Guru
  • 919 Views
  • 6 replies
  • 4 helpfuls

Catch 22 on Closed Cases

Our stakeholders do not want for users to be able to add comments to cases after the cases are Closed or Cancelled, because such comments will not be seen by anyone.  So I modified the Write Access Control (ACL) for our sn_hr_core_case table to requi...

Working.png NotWorking.png ACL.png
G24 by Kilo Sage
  • 748 Views
  • 5 replies
  • 0 helpfuls

Resolved! ”Conversational Messaging “ cannot be installed

Dear Expert Can the plugin “ Conversational Messaging ” be installed on PDI?The process has not progressed at all since a while ago.Is it just that PDI is under high load in the first place?Best regards 

M_Tomy by Tera Expert
  • 596 Views
  • 2 replies
  • 1 helpfuls

Column not showing up in widget table (Instance with Table)

Hi all, I have a widget in the portal that is an Instance with Table. I am specifying the list view in the server script, and then telling it pull all the columns in that view and display those in the widget. For some reason, it's pulling all the cor...

Farah5 by Tera Contributor
  • 1161 Views
  • 3 replies
  • 0 helpfuls

What is the $sp.getListColumns default view?

If I run this scriptvar fields = new GlideSPScriptable().getListColumns('incident',null); gs.info(fields);It prints "number,category,short_description,priority". Where is this list of fields coming from? I thought it might be coming from the Incident...

I want to create a new alert

I created an event rule and set it up so that an alert is created after an event is created. However, when I create an event, no new alert is created and only the history is displayed in the Events tab of the previously created alert table. Please te...

_0-1730341260216.png

Resolved! Best practice for adding fields to a table from another table

Hello, I want to add fields to a specific OOTB table. Now adding new fields to that table takes a very long time for releases. Therefore, it has been suggested using a separate table and have those fields appear in the original table. For the new tab...

AM24 by Giga Guru
  • 1604 Views
  • 1 replies
  • 2 helpfuls