ServiceNow UI Pages Tutorial | ServiceNow basics

  Рет қаралды 5,461

ServiceNow 911

ServiceNow 911

Күн бұрын

Пікірлер: 11
@anandlall4558
@anandlall4558 2 жыл бұрын
Awesome Man. I am new to the UI page in ServiceNow. And I was looking for a simple video to kick start my learning and you nailed it. Moreover, It's my birthday on 18th May, when you upload this video, I will take it as my birthday gift from you. :) Keep up the good work, I would be looking for more of these videos from you.
@servicenow911
@servicenow911 2 жыл бұрын
It's awesome ☺️. Belated Happy Birthday Mr Anand from team ServiceNow 911.
@rivi9204
@rivi9204 2 жыл бұрын
Sir great job 👏 thanks … share more topics please in same way
@servicenow911
@servicenow911 2 жыл бұрын
Sure, thankyou. One the way to provide more useful content.
@russcerry4885
@russcerry4885 2 жыл бұрын
I was looking for something like this. I want to create a similar form like the one you have. But, my drop down has 4 values. if value a or b is selected from the drop down, create the record in table A. If values c or d is selected, create the record in table B. How do I do this?
@servicenow911
@servicenow911 2 жыл бұрын
In the Processing script, we get cat_id and use if statement to insert the records using GlideRecord. ------------------------------------------------------------------ You have to do all this in Processing Script. It looks something like the below - -------------------------------------------------------------- var tablename = ""; if(cat_id="" || cat_id="
@russcerry4885
@russcerry4885 2 жыл бұрын
Since the record can be inserted into Table A or Table B, do I need to duplicate the code twice like below? var tablename = “table a” if(cat_id="" || cat_id="
@servicenow911
@servicenow911 2 жыл бұрын
Not necessarily, The below code is taking care of tables and sets tablename variable according to options & the same variable is being used later in the query. ------------------------------------------------------------------------- var tablename = ""; if(cat_id="" || cat_id="
@russcerry4885
@russcerry4885 2 жыл бұрын
@@servicenow911 Hello, I am pretty new to javascript. Can you provide me the full working script of what I am asking to help? I have 3 tables, based on what is selected in a dropdown field, the record will be inserted into that table. Thanks in advance.
@user-do1hk7mg5y
@user-do1hk7mg5y 2 жыл бұрын
How did you create the hyperlink connected to priority?
@servicenow911
@servicenow911 2 жыл бұрын
Actually I have not done it. It may be out of box because of priority look rules. Or in case you want to do it , try it using DOM changes in client script.
ServiceNow Database Views | ServiceNow Basics
5:29
ServiceNow 911
Рет қаралды 1,8 М.
Master ServiceNow Cloning: Tips and Tricks
18:44
Allenovation
Рет қаралды 6 М.
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
Create UI MACRO in ServiceNow | How to add UI Macro in ServiceNow
14:02
Basico ServiceNow Learning
Рет қаралды 27 М.
This is How I Scrape 99% of Sites
18:27
John Watson Rooney
Рет қаралды 239 М.
ServiceNow Interview Experience | Placement Journey 🔥
14:08
Ashish Kumar
Рет қаралды 10 М.
Client Script and Proccessing Script in Servicenow UI Pages
30:23
Servicenow Technology
Рет қаралды 2,4 М.
Day7 | ServiceNow Scripting - Jelly Script - UI Pages - UI Macros | Learn From Functional Consultant
28:23