How do i get section internal name
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2023 01:01 AM
how to find sections internal name (without using client script alert message) and
sections are stored in which table?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2023 01:13 AM
You can navigate to system ui -> Form Sections to find the table that stores sections
Table Name : sys_ui_section
As you can imagine, one table can have multiple views and each view can have different sections in different order.
-Anurag