Unable to create a new Tables got err while submitting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2025 11:20 AM
Hello there,
I'm trying to create a new Table in my ServiceNow PDI but after entering all the required fields when I'm trying to submit/save. I received an err message on the page stating -
onSubmit script error: TypeError: widget.getAttribute is not a function:
function(){
return GwtListEditor._editListOnSubmitWrapper(listID);
}
I've checked the OOB Client Scripts of sys_db_object table for onSubmit but didn't found anything which should be related to this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2025 11:30 PM
Where is your "Name" field? you have there one less than me
However I tried to create a table "Test" in global scope and no error:
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2025 07:48 AM
I had tried with other instance and it's working perfectly fine so that means something going wrong with my current instance which I needs to look after.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2025 10:46 AM
@raishiveshk Oh unfortunately there’s no support for PDIs 😞
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */