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

Forum Posts

Resolved! Add user criteria to Knowledge Base programmatically

Is it achievable to automatically add an user criteria to a knowledge base (for example through business rule/after inserting etc). Can we achieve this programmatically using API or anything? I also want to know where the criterias added to a Knowled...

Tuan Anh by Kilo Contributor
  • 1639 Views
  • 5 replies
  • 2 helpfuls

Interview Management Module

Hi everyone, I'm investigating the Interview Management module, and according to the documentation, we can have one more option with "Calendar" for "Scheduling method" if we use the integration with Microsoft Outlook Calendar. However, I am unsure of...

Quang_0-1687795163062.png Quang_1-1687795936771.png

Error when obtaining sys id of an empty record.

Hi,There is a script in our instance where we get sys_id of the location (reference field) from the user table by providing the user sys_id. We are doing it by GlideQuery. This is working fine when there is a location field value on user record but i...

Pranavi2 by Tera Contributor
  • 1253 Views
  • 3 replies
  • 0 helpfuls

ATF Submit a Form action not working

I've created my first ATF test using the Production Documentation steps. For my test, all of the steps pass but it fails at the "Submit a Form" step. Even though the "Failure" screen capture image shows that the "Save" button is visible on the form, ...

vgharris0 by Giga Contributor
  • 2887 Views
  • 3 replies
  • 2 helpfuls

Resolved! Add Save button in record forms

A few years ago, a course instructor (can't remember if it was for development or administration) showed us how to add Save as a command button besides Update and Delete.  When working with record forms, the Save action is accessible only by right-cl...

vince591 by Mega Contributor
  • 7050 Views
  • 9 replies
  • 17 helpfuls

How to generate approval using Business rule?

Hi Team, We are using workflow Run script to generate approval. Now we have to add second level of approval. All the changes has been done through workflow.1. We have one tab for one form2. When any of the user clicks submit for approval the workflow...

sruthig by Tera Expert
  • 1059 Views
  • 1 replies
  • 0 helpfuls

What are roles need to be given to user to access api's?

I have created a scripted rest api. Am able to post data from third party tools like "POSTMAN" into service now. When am calling the api in postman or ARC tool, It asked me to enter user name and password. I have given the user details who has admin ...

Saikiran4 by Tera Contributor
  • 2166 Views
  • 4 replies
  • 0 helpfuls

Update Set with Script

Hello everything is fine?How to perform an update, by Script background, in ServiceNow?Thanks.

122932 by Tera Expert
  • 1512 Views
  • 9 replies
  • 0 helpfuls

Accessing gsft_main via JS console in Next Experience

Hello, all.  I've been trying for days to access gsft_main with nothing to show for it. Per KB0695239, I should be able to use $("gsft_main") to gain access, however they isn't working. Navigating down the DOM didn't provide the result I seek. I noti...