- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2015 03:07 AM
Hi All,
Greeting.I am completely new to this Servicenow and I am in the process of evaluating this great tool.
I would like to know some basic information about Servicenow platform.
In which technology it is been developed.,? I am able to see the DEMO/public sandbox to do trials,but if I want my own instance then what needs to be done.
What are all the procedures needs to be completed to create my own instance..So that I can do my own customization..?
I could not see these details in Google..Can anyone advice me..??
Thanks in advance
Chitra
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2015 03:14 AM
Got to following link and click on get Personal instance in right hand side.
https://developer.servicenow.com/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2015 03:22 AM
You Can get your developer instance(it will be available to u till you log in atleast 14 days otherwise it will be released) by going to this link https://developer.servicenow.com/
Moreover if you want learn quick you can check various programs here:https://developer.servicenow.com/app.do#!/training/landing And wiki is the great source for leaning.
If you have any questions you can always post it in community
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2017 06:35 AM
2017 UPDATE:
Some answers above are out of date.
* Instances require more than just "Logging In" to keep alive. You must make a "significant change" (table meta change, etc) or click the "Extend Instance" button every 10 days.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2018 03:53 AM
Hi,
In how many time the serviceNow instance gets in sleep (Exact time) mode.
Please tell me
Thanx,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2018 07:28 AM
Give a man, you feed him for a day. Teach a man to fish, you feed him for a lifetime.
- Create an instance.
- Start up the instance.
- Write a script to curl/wget the homepage of your instance every 5 minutes.
- Modify the script to print the time and the response code.
- Modify the script further to stop when it no longer returns response code 200.
- Post your findings here to educate everyone else.
OR
- Check the FAQ.