When submitting/saving a new record GlideTabs2 findTabIndexByID could not find section_tab.#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2023 04:25 PM
As the title states.
When clicking submit or save on a new record of a custom form nothing happens. Investigating this and inspecting the console I see "GlideTabs2 findTabIndexByID could not find section_tab.#' every time submit or save is clicked. # is a replacement for the id it is giving.
How can I resolve this?
The form was working fine a few days ago.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 09:35 AM
Facing the same issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 04:38 AM
Same for me. Have you been able to fix it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2024 11:08 AM
I got a similar error, my bug was I wrote addquery() instead of addQuery, once I fixed the syntax issues the bug was gone and my before business rule ran correctly