Welcome to the ServiceNow Community

New to the community? Get started here:

Official Blogs

Misc Blogs

Recent blog posts



Self Service Password Reset with Active Directory

I needed to get a solution for self-service password reset for users authenticated by Active Direcrory. I enabled the following plugin:

http://wiki.servicenow.com/index.php?title=Self_Service_Password_Reset_p...

This plugin only works for locally authenticated users. Fortunately adding AD functionality can be accomplished with just a few steps.

1. Create a workflow which leverages the Reset AD User Password activity (Requires Orchestration).

2. On the workflow select Edit Inputs from the settings menu and create two string variables (or similar):



Send Attachments using REST

I had a friend ask me the other day if we could submit attachments through ServiceNow via a RESTful interface rather than through the documented SOAP endpoint. I had to ponder it for a minute before I realized that we could definitely connect to the AttachmentCreator web service via REST just as we do with the SOAP protocol...[READ MORE]



The Index of PaaS Activity

The Index of PaaS Activity (IPA) is our way of measuring the industry's progress toward app nirvana. We introduced it last November and have seen it ebb and flow over the past eight months.

It's not exactly a chicken in every pot but we think all organizations deserve a modern platform, a development environment designed for mere mortals, and apps users love. We think this PaaS phenomenon is creating a fundamental shift in how work gets done that will be every bit as influential as mobile, social, or big data.



Beyond IT Management to Logistics Transformation with C.H. Robinson

C.H. Robinson is one of the world's largest third-party logistics providers, with more than 10,500 employees and gross revenues of more than $11 billion. Worldwide offices in North America, South America, Europe, Asia and Australia serve more than 42,000 customers.

IT at C.H. Robinson initially implemented ServiceNow to consolidate a variety of IT tools that covered service request, incident, problem, change and knowledge management.



The Cloud: a Magna Carta for the Enterprise

Several of my ServiceNow colleagues and I have been delivering a newly developed training curriculum to select ServiceNow business partners during the past few weeks. In fact, after participating in highly successful and well-received training sessions in Santa Clara, San Diego, and Boston, I'm now in England. We'll be training another group of partners here, then moving on to Amsterdam do to the same there.


Recent forum topics



Test Connection between SNOW and BMC Remedy

Hi,

We are trying to integrate SNOW instance with BMC Remedy.

The ports for connection has been opened at Remedy side for snow [based on public address of both servers]. But when i try loading the WSDL using basic authentication [username and password added correctly] I am getting exception as below:

[Informational Message]
Unable to load WSDL: java.lang.RuntimeException: java.net.NoRouteToHostException: No route to host:java.net.NoRouteToHostException: No route to host

Is there a way to test if connection has been established at all between SNOW and Remedy?



How to change the OOTB default Filter in lookup lists ?

Hi @ all,

if you use a lookup list and search there for any values by default the sys searches with the operators '>= '
But I would like the sys to always use only '=' and drop the greater. Any hint where this can be set up ?

Thanks !

Have a nice day
Peter



Executing UI Policy on text field change

Is there any way to execute UI policy on text field change. I have written a UI policy to check "Name" is not empty and the value entered is valid in "Execute if true" script. I have observed, this UI Policy executes only on form load and if I make the field blank and then enter value to it. This UI policy never execute if I change the value from "abc" to "xyz", because the revers condition is never satisfied. Is there I am missing anything ? As I want to execute this UI policy on change of text value. Please suggest.



Set the Request State from a Request Item workflow

Is it possible to set the Request State using Run Script from a Request Item workflow?

I tried using: current.request.request_state = 'requested';

Not working...



Invoke a UserName in a html code

Greetings,
I need to put in the End Note of the survey a text inluding the userID or UserName of the person Logged. Could you tell me how can I invoke the UserName in a html text?

Thank you very much for your help!