Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

ServiceNow daily Work 12-9-23

GlideRecord:
Glide side scripting is a API that provides the methods to customize the form .

Get Info Message :


First Open client Script and add name and table name which you want to edit and what type of you want
I add onChange() and on email change I write email on field name :

Script of add info message :


On email change I get a table name :

2: set value on description when I change Email.

When I changed email then. Short description is added:


3: Set Mandatory number on when I change email:

After change email:

4: Add option on Emp-roll when I change email:


5: Add decoration when I change email:

Glide Record:
Add Name of Business rule of DemoGlideRecord:
Write script of glide record when email is equal to Ibrahim@gmail,com

Output:

You might also like