InterviewSolution
Saved Bookmarks
| 1. |
Does ServiceNow need coding? |
|
Answer» In both front-end and back-end, coding is involved, and you will make SOLID use of ServiceNow’s proprietary JS libraries for database TRANSACTIONS usually prefixed with “Glide”. GlideRecord object can FORM DB queries, GlideDateTime provides ACCESS to Java time classes & methods, etc. AngularJS is also important if you plan on using Service Portal. So first learn basic front-end programming (JAVASCRIPT, HTML, and CSS). Once you are comfortable with those areas, move on to JS libraries that ServiceNow uses (Angular, Jelly, and jQuery). That’s all you actually require to program in ServiceNow. |
|