Join the Community
ServiceNow Community
About M Naveed
User Activity
Posts
Replies
No posts to display.
Re: What is the use of getReference()?
04-07-2022
function onChange(control, oldValue, newValue, isLoading) { if (isLoading || newValue == '') { var abc = g_form.getReference('request_for', currentUser1); return; } function currentUser1(abc) { g_form.setValue('mobile_phone', abc.mobile_phone); g_fo...
Helpfuls from
User
Count
PratikK60146563
1
View all