OnSubmit error on a table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 07:24 PM
Hi there,
I am doing some configurations on the Impact Analysis (sn_bia_analysis) table. However, I encountered the following OnSubmit script error when creating email notification or UI Policy on this table:
onSubmit script error: TypeError: Cannot read properties of undefined (reading 'options'):
function() {
var hinput = $(ref);
var cfilter = getFilter(ref);
hinput.value = unescape(cfilter);
CustomEvent.fire("sys_mapping:on_cond_submit::" + ref, { value: hinput.value, ref: ref });
}
Does anyone knows how to fix this error?
Your help is highly appreciated. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2023 05:20 AM
Hii @test1101 ,
Are you able to find the client script were this script used? If you find that, it will make resolution much easier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2024 07:37 PM
Hi Siddhesh,
I have tried finding the client script of this error but not able to locate it. There is no onSubmit client script for the sn_bia_analysis table nor any client script record containing the script displayed in the error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2024 07:35 AM
Are you able to resolve this issue? I am having the same issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2024 11:35 AM
I suggest you start a new thread here, with steps-to-reproduce.
tips-on-asking-question-on-community