- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2017 07:35 AM
Hello,
In our dev instance, just for the change_request table, I cannot select any value in any of the reference field. The reference fields on other tables looks good like incident, problem, demand..Not sure on how to debug this problem. I checked all the client scripts and there are no new ones added recently. Can anyone please suggest on how to debug this?
RK
If my response is helpful, please select Helpful. If my response answers your question, please select Accept as Solution.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2017 08:30 AM
The original UI policy I have has the following script
function onCondition() {
var sections = g_form.getSections();
sections[10].style.display = 'block'; //used section number
}
Modified it to following which resolved the issue
function onCondition() {
g_form.setSectionDisplay('code_promotion', true); //used section name
}
RK
If my response is helpful, please select Helpful. If my response answers your question, please select Accept as Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2017 07:46 AM
Hi Radha,
can I know which reference qualifier are you using ?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2017 07:48 AM
Hi Harish,
I'm using a dynamic reference qualifier for a long time now and I don't think it is the problem with ref qualifier as all the reference fields on change_request are not working and not just aff CI.
RK
If my response is helpful, please select Helpful. If my response answers your question, please select Accept as Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2017 07:49 AM
Can you check if there are any errors on browser console?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2017 07:57 AM
Hey Kalaiarasan,
How do I do that?
RK
If my response is helpful, please select Helpful. If my response answers your question, please select Accept as Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2017 07:59 AM
for browser console use CTRL + SHIFT + i