- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2016 02:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2016 02:56 AM
If you want to create your own UI page, you need to use Jelly script. Its scripting language created by ServiceNow, which uses it to process and render UI page.
In Jelly, you can create multiple controls specific to jelly, use multiple conditional expressions etc. You can check below link to find various tags and other uses in jelly.
Suppose, if you are used to.NET, while creating aspx page design, you use mixture of HTML and ASP tags. If you are used to JAVA, in JSP, you use mixture of JSP tags and HTML elements.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2016 03:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2017 11:06 PM
Hi Chuck,
I started learning Jelly Script. But heard that angularjs is replacing jelly. Will Jelly still be there?
I am familiar with java script and html. what should be my better choice to grow Jelly or AngularJS?
Thanks in advance,
Preksha.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2017 05:44 AM
Hi Preksha,
Jelly will not be removed from the system - there are still a lot of people using it for their CMS and a bit of ServiceNow is still built on the Jelly code.
As for learning - If I were starting from scratch today, I would invest my time in learning AngularJS and Bootstrap. It's going to be the way to do custom UI work going forward. There is a richer set of learning resources and reference information for AngularJS as well.
Some good resources:
ServiceNow Dev Program - YouTube (Live Coding Happy Hour series has done a number of sessions on Service Portal)
TechNow Episode List (Episodes 28 and 29 are helpful)
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2017 12:29 AM
Thanks a lot Chuk