Resolved! how to use gel in servicenow
Hi all, I wanted to know how to make use of gel in servicenow. Some of the lines I have come across: 1.com = gel("activity-stream-comments-textarea"); if (com) com.focus(); return; 2. gel('sysparm_item_guid').value so I wanted to know what are th...