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

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

Forum Posts

Resolved! Get id of current portal in use

Hi, I need to place record in sp_search_source regarding kb articles. Issue here is that before Madrid we could have only one kb pin-up to portal, now there is more than one. In data fetch script I want to query m2m_sp_portal_knowledge_base. Get Id's...

Resolved! How to add HTTP headers to call external API ?

I have been trying to call an external API(Zendesk API) from the SN personal instance Previously , i would use the following code in my server side script(on NodeJS) and it would work perfectly fine .  app.get("/api/v2/tickets/:TICKET_ID/comments.jso...

find_real_file.png
abhi34 by Kilo Contributor
  • 3690 Views
  • 2 replies
  • 1 helpfuls

Resolved! customising reference field within Service Portal view

Hi all,We've got a reference type within a form that provides a list of users from our sys_user table.When accessing this field via the Service Portal, it's a simple clickable drop down as you can see below.The issue I have, and I'm sure others too, ...

find_real_file.png

Resolved! User Criteria on custom table

Hello Community,   I was referencing this article → https://community.servicenow.com/community?id=community_question&sys_id=44738b25dbd8dbc01dcaf3231f961961&view_source=searchResult ← for guidance on using 'User Criteria' records with a custom table....

Ken83 by Mega Guru
  • 4001 Views
  • 5 replies
  • 2 helpfuls

Resolved! Advanced Condition for Notification

Hello,  Our helpdesk has requested a notification be built to notify them when the customer visible notes field changes. A recent addition to the request is that the notification trigger only when the Caller updates the customer visible notes. The no...

Call script include from link type arguments

Hi all, I'm try to call a script from link type arguments, but it's doesn't work. Help!! My function: var hierachAccessRecord = Class.create(); hierachAccessRecord.prototype = { initialize: function() { }, getRecordList: function() { ...

find_real_file.png
Osvald by Giga Contributor
  • 3846 Views
  • 7 replies
  • 0 helpfuls

Repair SLA button deletes some of my SLA

Hellow community!There is a button on incident and RITM form that should repair SLA. It work's on target=resolution perfectly, but i've got a response SLA that counts time between the specialist click "New"(create incident or RITM) and "Save" (after ...

KaChan by Giga Contributor
  • 3022 Views
  • 7 replies
  • 1 helpfuls

Resolved! Script returning undefined

I have created a script include to convert currency to USD which takes the latest Currency rates and convert the input values to usd value. It takes 2 inputs  currencyCode (which needs to be converted e.g. INR or GBP) currencyValue var ConvertToUSD =...