- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2025 10:24 PM
What is the difference between sys_app_module and sys_ui_module?
An error I got when applying an update set was pointing to two different module tables.
What is the difference?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2025 10:42 PM
sys_app_module is used for Core UI left menu. sys_ui_module is used for mobile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2025 10:49 PM
Hello @bonsai ,
Here is the difference between sys_app_module and sys_ui_module
Feature | sys_app_module | sys_ui_module |
Primary UI | Classic UI (Desktop) Application Navigator | Older Mobile UI (Classic Mobile App) |
Purpose | Standard navigation links in desktop UI | Mobile-specific navigation links (mostly legacy) |
Current Usage | Widely used for all desktop UI navigation | Less directly used for modern mobile app development |
Associated App Table | sys_app_application (Application Menu) | sys_ui_application (Mobile Application Menu - legacy) |
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2025 10:42 PM
sys_app_module is used for Core UI left menu. sys_ui_module is used for mobile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2025 10:49 PM
Hello @bonsai ,
Here is the difference between sys_app_module and sys_ui_module
Feature | sys_app_module | sys_ui_module |
Primary UI | Classic UI (Desktop) Application Navigator | Older Mobile UI (Classic Mobile App) |
Purpose | Standard navigation links in desktop UI | Mobile-specific navigation links (mostly legacy) |
Current Usage | Widely used for all desktop UI navigation | Less directly used for modern mobile app development |
Associated App Table | sys_app_application (Application Menu) | sys_ui_application (Mobile Application Menu - legacy) |
Thank you.