Exam name is not getting displayed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2023 10:51 PM
Hi , I have written a on change client script to set the certification vendor name and exam name on the change of u_license_request ,
But the exam name is not getting set , the certification vendor is getting set :
On change client script :
Script include
can anyone suggest what is going wrong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2023 11:42 PM
Can you share the script behind this function getExam? Is there any value return from this function?
At this line => this.getExam(gr.u_certificate.toString(), gr.u_vendor.toString());
If the LCR variable is in Reference type, let's try the Auto-populate feature below.
Sample below for autofilling the User's Email based on the Requested for reference variable.
Cheers,
Tai Vu