Can we run a script in a list view to verify the query?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2025 04:33 PM
When my customer clicks the 'Add' button on the 'Affected CIs' related list on a change, they sometimes paste a bunch on CI names into the filter for 'Name is one of XXXXXX'. If, for example, they paste in 50 names and they only get 48 hits, they'd like a way to know which two names in their query didn't get a hit. In theory, this should be possible, because the window knows the query, and it knows the result, and while it wouldn't be easy we could parse the query and compare it to the results.
I don't think, though, that there is any scripting available in the list view, except for 'onCellEdit' client scripts. Am I wrong?
If this can't be scripted, I'm going to show them how to export the results to Excel and compare that to their input, but I want to be sure we can't script it first.