gs.getUser().getCompanyID(); gives underdefined output on Incident table after WC upgrade
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2024 03:59 AM
Hi Team ,
We have upgraded our instance to WC , and we noticed that Company field on Incident form auto populating as undefined , in default value this is the code
" javascript: if(current.sys_class_name=='problem')gs.getUser().getCompanyID(); "
what could be the issue here ?
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2024 06:16 AM
@Sandeep Rajput Hello Sandeep ,
I actually figured it out that there is an Onload client script that is running for Company filed .
But really thank you for your response.