What are the prerequisites to learn service now?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2017 07:12 AM
HI,
can someone who does not have Technical background learn Service now?
If Yes. where should I take training..? Please suggest Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2017 03:28 PM
I have started today.. after 3 years.. You don't need much to learn.. You need a bit of patience to read up academically.
To make very simple.
Environment -
1. Service-Now wiki - ( http://wiki.servicenow.com/) to understand the domain and platform specific to domain. This is a good start to understand the platform and environment. Go to the Process Application section to start off.
2. Get your developer Instance - ( https://developer.servicenow.com/app.do#!/home )create your instance - I just created an instance on the last release which is Istanbul
3. Finally get your login into the community and create your profile and you should be set
1. you must have some knowledge of Java - pick up on Java - especially how to use class libraries and function calls etc and scripting - javascript or vbscript would help
2. Definitely pick up on queries, concepts like record set. how to parse record sets etc
3. Go through the training module in the developer site
4. Start picking things up
5. Definitely a bit of oops/C++ or Java would help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2017 02:59 PM
Thank you. I do not have any programming background.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2017 05:22 PM
I recommend starting out with something like Codecademy's JavaScript course to learn the basics.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2017 05:37 PM
Any scripting will most likely be done in javascript, but the official ServiceNow training classes are a great resource for learning the tool. In most cases, you will want to accomplish whatever it is you're trying to do through using the GUI before doing any scripting.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2017 06:13 AM
One footnote about the ServiceNow training - the scripting course has a prerequisite that you already know JavaScript. It is not designed to teach you conditionals, looping, variables, objects, etc. It is there to teach you how to use JavaScript to interact with the system via the APIs - hence my recommendation for something like codecademy.com to teach you those fundamentals before going to ServiceNow training.