ServiceNow Developer - Database Query Demonstration

preview_player
Показать описание
Ever wonder what a ServiceNow developer does? One thing they do is query the database. In this video I demonstrate a GlideRecord query example in ServiceNow to query the database, pull back a list of records and display them on the screen.

-- LINKS --
Video Resources:
Рекомендации по теме
Комментарии
Автор

Hello Jeff, I have a Challenge for you...I am trying change the list of options in a select box that is withing a MRVS, but depending on a value selected on a select box that is outside the MRVS, of course this is related to a 'simple' catalog item, you help me out, I bring more subscribers!!! 😝

ivancuervo
Автор

Hi Jeff! I do not get it ... What's wrong with my script? I have no results. I hoped to be as excited as you! Version : Washington patch1
Script:
var users=new GlideRecord('sys_user');

while (users.next()){

}
Thx in advance!

parinose
join shbcf.ru