I need Real time scenarios for Scripting (client side Server Side ) part and Service Catalog management.

Adi Narayana1
Kilo Contributor

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

4 REPLIES 4

Chuck Tomasi
Tera Patron

That's a big topic. Can you narrow down what exactly you would like information on?

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

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

 

 

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.