I am applying client script for setDisplayValue on "state" field of incident form but the script is not runnign on it what can be the issue?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2016 06:26 AM
Please help me out regarding this I am novice so learning things.
Labels:
- Labels:
-
Personal Developer Instance
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2018 10:33 AM
here's my script. I am using the call back function (I think!)
var caller = g_form.getReference('requested_for', setCompany);
function setCompany(caller) {
if (caller){
g_form.setDisplayValue('slt_company', caller.company);
}
}