Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

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

Forum Posts

Resolved! Help with translation error

All of a sudden part of the "Comments (Customer Visible)" label on our incident form is displaying in French or German depending on the view.   Everything else on the form is displaying correctly in English.   If I change my system language to anythi...

find_real_file.png find_real_file.png
neil_jones by Giga Contributor
  • 5142 Views
  • 15 replies
  • 6 helpfuls

Resolved! How to use HTTPS with Outbound Rest (disabling SSL verification)

Hello.I have a business rule that sends GET request to the endpoint. The only thing is that I cannot use https with ServiceNow. And my endpoint requires https.How I can do that?My steps are:1. Created entity in 'Outbound REST'2. Created GET method wi...

vladk by Giga Contributor
  • 5880 Views
  • 3 replies
  • 3 helpfuls

Application registry

Hi Techies,What is client id, client secret and token URL for in application registry in OAuth. I am very new in this.can any one help me on this.regards,Abhishek

while exporting excel only few fields are exported

I have tried to export excel of Data Review Task table while doing so all the fields are not getting exported only 5 fields are exported. Does anyone come across this issue? What may be the reason for this? Can anybody assist me on this? Thanks in ad...

Need advice on implementing outage

We are in the process of implementing the outage module.   The purpose of this is to provide the outage information so we can use it in a Service Availability page.I'm new to this and I'd like some "big picture" advice.   How important is the "Servic...

HugoFirst by Kilo Sage
  • 7070 Views
  • 4 replies
  • 2 helpfuls

Resolved! How to request sys_audit_delete table ?

Hi guys,I would like to make a query on sys_audit_delete table but apparently it's not possible, indeed i always got a isValidRecord == false.my code:var myRecord = new GlideRecord('sys_audit_delete');myRecord.addQuery('tablename', 'incident');myReco...

Plugin for NetApp

Hello,Is there is any Plugin available for ServiceNow Helsinki release to integrate with NetApp Technology?Expected outcome is to configure ServiceNow to query & fetch current Storage details   from NetApp filer , transform and update in a table.Rega...

Resolved! LDAP not fetching some attributes

LDAP import doesn't have some attributesUsers and Groups are fetched but we are not getting member information in group import set table.Can someone help please?Thanks

alexkennedie by Kilo Contributor
  • 3204 Views
  • 6 replies
  • 4 helpfuls

Resolved! How to check and fix broken links?

                  Is there a way to check and fix a broken link? How to detect the same and automatically fix it using a script dynamically? I have referred to some of the documentations here https://community.servicenow.com/thread/177341?q=Broken%2...

sifynm by Tera Expert
  • 5299 Views
  • 12 replies
  • 3 helpfuls

Can I limit the rate of outbound REST message

Hi, I'm implementing outbound REST message from ServiceNow instance to another server in scoped application. I want to add a rate limit to restrict the frequency of REST messages sent out, for example, 5 REST message per second, so that it won't brin...

ydai by Mega Contributor
  • 3079 Views
  • 1 replies
  • 5 helpfuls

Resolved! How do I get developer instance userid and password

                            I have a servicenow developer instance I want to push some data into servicenow with external system for that I need to know UserId and Password .How do I get the userid and password   of developers instance ?

ragz by Tera Expert
  • 5853 Views
  • 3 replies
  • 5 helpfuls

Resolved! Extended Tables Business Rules

I have extended Idea table and created one in my custom scope. I created extended Demand Table as well. When i accept the idea in my extended table, it creates the demand in the global table instead of creating one in my extended table. Its due to th...