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

Forum Posts

Service portal

Which certificate-based authentication methods can be enabled so that users can log into the Service Portal

Configure knowledge article UI on workspace

Hello Team, I am trying to configure the knowledge article UI same as below on the workspace. but when I click on the list record its showing me like below (same as normal record)   

Omkar8_0-1717584576361.png Omkar8_1-1717584659801.png
Omkar8 by Tera Expert
  • 402 Views
  • 2 replies
  • 0 helpfuls

Close Catalog task automatically from workflow servicenow

Hi,We have a requirement where we need to close the task from workflow in servicenow. I have tried using below script but its not working. var sysID = current.sys_id;var ctask = new GlideRecord('sc_task');    ctask.addQuery('number',sysID);    ctask....

Revathi12 by Tera Contributor
  • 356 Views
  • 3 replies
  • 0 helpfuls

Rules / licence access ?

Hello,Do you confirm that once a user is assigned one of the roles below, they are licensed by Fulfiller? 1- change_manager ?2- sn_change_cab.cab_manager3- sn_chg_soc.change_soc_admin4- itil5- itil_admin6- admin7- knowledge8- knowledge_admin9- securi...

henri8 by ServiceNow Employee
  • 978 Views
  • 4 replies
  • 0 helpfuls

Resolved! Fill Catalog Variable Via URL

Hello, we have a requirement to fill in a variable on the Employee Center view of a catalog item via the URL. I know there are many posts about this topic but after reading them, I still do not understand what I need to do to get this to work. To exp...

2023-11-30 09_33_01-Update Business Application - Employee Center and 2 more pages - Work 2 - Micros.png
DylanB by Tera Guru
  • 7435 Views
  • 9 replies
  • 8 helpfuls

Resolved! Other sandbox applications available for API's

Hello all, I don't think there's a definitive right answer to this however the winner is someone who can give me the most comprehensive list. In the ServiceNow ecosystem you can request your own PDI which in essence is a sandbox system, are there any...

Andrew_TND by Mega Sage
  • 380 Views
  • 2 replies
  • 1 helpfuls

Approval notification for Knowledge Articles

Hello,I want to create a approval notification for the approver of Knowledge article. The body of the notification should contain a hyperlink 'Click here to approve the article' at the bottom. Which  will approve the article once approver click on it...

SP Variable editor Clone Issue

Hi Team,I am getting one issue after cloning out of the box sp-variable editor widget I have configured one Tab in Standard ticket Configuration under this i have created one tab variable Modifications which will be shown in some condition if i am ch...

hemantsoni2_0-1717569472054.png hemantsoni2_1-1717569572303.png hemantsoni2_2-1717569647583.png
hemantsoni2 by Tera Contributor
  • 321 Views
  • 1 replies
  • 0 helpfuls

Rest API - adding users/contacts to the sys_user table

Hello and Good Morning, just inquiring what is/are the best practice in terms if integration (with external sources ) with the sys_user table. We are planning to use REST API to add/update users in the sys_user table however, is this the best practic...

kydomingo by Tera Contributor
  • 696 Views
  • 7 replies
  • 1 helpfuls

Is there a listing for url navigation parameters?

Hi,I am trying to be able to link to various tables directly through the navigation bar and am coming across certain problems.First, is there a way to be able to find what the name of the table is. Or how to find the current table you are on?Second, ...