Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Populate one field based on other field value selection

hifza chhipa
Tera Contributor

Hi ,

use case:-

1-i have two fields name Department and teams.

2-Now i want to populate department automatically on based of team selection.

for eg :-if i select team as football, basketball or throwball,   department should be automatically populated as sports.(note:for many teams there is just one department)

 

 

5 REPLIES 5

newhand
Mega Sage

@hifza chhipa 
1.  if the department is part of team info .  you can use dot-walk.

     when the teams field is selected ,the department of the team will be populated .

 

2.  use client script . 

     when the teams field changes , fetch the department infomation and populate the department field.

 

refer this  ! 

https://www.servicenow.com/community/developer-forum/fill-the-email-id-and-user-id/m-p/2434199#M9484...

Please mark my answer as correct and helpful based on Impact.