I need Real time scenarios for Scripting (client side Server Side ) part and Service Catalog management.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2018 03:17 AM
Hi all,
I need real time scenarios and Requirement for preparing Interview as Service now Developer.
Please Kindly guide me in the scripting , workflows and Service catalog Management.
Thanks
Adinarayana
- Labels:
-
Best Practices
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2018 05:27 AM
That's a big topic. Can you narrow down what exactly you would like information on?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2018 06:15 PM
Hi Chuck Tomasi,
I need Project based requirements of Scripting part. I want to preparing for Interview.
If you have any documents, Please kindly share to adinarayana29@outlook.com.
Regards
Adi Narayana

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2018 09:01 PM
Have you gone through the learning portal?
i would suggest here, kindly follow the below URL and do some scripting this way you can understand in which scenario you should use client and server side script.
https://developer.servicenow.com/app.do#!/lp?v=kingston
https://developer.servicenow.com/app.do#!/training/landing?v=kingston

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2018 06:17 AM
Thank you for the information.
Scripting is available any time the out-of-the-box capabilities and features do not meet your needs and you need to go beyond the pragmatic configuration (e.g. drag and drop, filling in fields, etc) to create more complex business logic. A quick example of this would be: When a change request is completed, send a message to the assigned to person on all related problems and incidents. That capability doesn't exist out of the box. It could be fulfilled by scripting, or now that I think about it, Flow Designer would work well in that case.
Any time you need to add a manual trigger (UI action) to a form or list, scripting is required.
Scripting is often required with integrations as well. Many people don't need to do this if they are just doing standard field mapping from the import set to the target table, however some data manipulation may be required (e.g. incompatible date formats).
Hope that helps.