- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 07:57 AM
Years ago, someone set up a Custom View of our Incident form called (Abend) and it has some default values automatically filled in (and it appears it may be dependent upon who the user is). For example, if a certain user brings up a new form to fill out, this is what they see:
However, if I bring it up under my account, the Category field is blank (no default value like the previous person):
If I right-click on it and select "Configure Dictionary", I do not see anything in the Default Value section of this Category field. So how exactly is this value being defaulted to certain values for certain people? I cannot see where this is being set.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 10:15 AM
Hi @jmiskey,
I would first take a look at any onLoad client scripts. Also, you could use field watcher to track all actions performed on a particular field.
Best regards,
Rene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 10:15 AM
Hi @jmiskey,
I would first take a look at any onLoad client scripts. Also, you could use field watcher to track all actions performed on a particular field.
Best regards,
Rene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 11:58 AM
You called it!
It was in an onLoad Client Script for the Incident table. The script was using g_form.addOption to add options, and it was defaulting to the first one.
Now that we found it, we were able to update the script and get it working the way we want.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2024 02:55 PM
Hi @jmiskey,
glad that I could help! It would be great if you could mark my reply as correct/helpful so that the question can be marked as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 04:11 AM
Sorry, I thought I had already done that, but apparently I was logged out, so it didn't take the first time.