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

Forum Posts

Resolved! 3 Column Layout - Service Portal Service Catalog

Is it possible to have a 3 column layout in Service Portal? In the screen shot below, I want to have another field next to "Incremental Yield - Jan". So far, what I've read, it seems like it might not be possible. So I just want to confirm that there...

find_real_file.png

Label Variable Set Value (Service Portal)?

I have a Label type variable in a catalog item that I'm displaying through Service Portal.I want to set the text of the label (called "change_window") through an onLoad Catalog Client Script.I've tried g_form.setValue("change_window", "Whatever") and...

LDAP connection binding error:

Hi,  I am getting this error while trying to connect LDAP. "ldaperr: dsid-0c0907c2 comment: In order to perform this operation a successful bind must be completed on the connection." Can anyone help? Is this something that needs to be done from Servi...

mdash by Giga Guru
  • 3541 Views
  • 10 replies
  • 1 helpfuls

REST API's not returning response ?

Hi Team,I am using the OOB rest API for incident table :-https://instance.service-now.com/api/now/table/incidentI have few doubts :- 1. For creating incident via REST API , if we have to pass the username of Caller 'caller_id':'cb3230342bb3d60083dac7...

Flow designer page not found error

The flow designer feature comes with platform. But sometimes on fresh glide pull the flow designer page is not found. The the menus of flow designer like settings, active flow, today's execution, designer are present in left navigation in platform.  ...

Neeraj29 by ServiceNow Employee
  • 2726 Views
  • 1 replies
  • 1 helpfuls

Resolved! Where is the update set for your skipped records?

Hi, After an upgrade you must process your skipped records. When you review and retain, or review and merge, ServiceNow saves these changes in an update set. The documentation says "Note: The system tracks changes to records in an update set so you c...

kedler by Kilo Guru
  • 4164 Views
  • 1 replies
  • 0 helpfuls

Refresh interval of SLA in Incidents

Hi All,In Incident Form, there is tab called Task SLA where in we can see the SLA details attached to the ticket. I created a ticket whose Response SLA was 4 hrs.   I did not met the Response SLA. I checked the ticket after 2 hours. I found that in t...

punitchourey by Tera Contributor
  • 3817 Views
  • 3 replies
  • 1 helpfuls

Resolved! How to include multiple knowledge base in service portal

Hello , as many of you know that we can only assign one knowledge base in service portal , how to include another knowledge base too ? My issue with this is, If i have knowledge base A and  in the portal search if i search for some thing which is in ...

RudhraKAM by Tera Guru
  • 10540 Views
  • 18 replies
  • 13 helpfuls

Client Script newValue not working

The following client script on a service form, which is active, Global, not Inherited, of type OnChange, Table = correct table, and Field Name = correct field name and the form field currently has the following value "20%"   shows the following in th...

Resolved! Pull catalog item variables into email notification for TASK

Hello all,We have a catalog item that does not have a Description field when a user is completing the request so when the email notification 'Request Opened on your Behalf" is triggered, the description in the email body is blank. The same goes for w...

find_real_file.png
gnunez by Kilo Guru
  • 16454 Views
  • 9 replies
  • 7 helpfuls

Resolved! Query for active and multiple

Hello all, I need coding help.  How would I select only users that are active and confirm there is only one user with that name? Below is what I have so far: var gr = GlideRecord('sys_user'); gr.addQuery('name', fullName); gr.query(); if(gr.next()) {...

htank66 by Kilo Contributor
  • 4027 Views
  • 3 replies
  • 0 helpfuls