I am unable to modify the List view in this table sn_align_core_program_list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2026 04:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2026 11:24 PM
Try modifying via the sys_ui_list table directly Go to sys_ui_list.do and find the record for your table + view combination. If the record doesn't exist yet, create a new one in the Global scope (if your governance allows it), or in the owning app's scope. Sometimes the UI won't let you modify a list layout through the normal right-click menu, but direct table manipulation works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2026 03:42 AM
Hi @Naveen20 , Thanks for your repsonse
I am Unable to create new listelements from the sys_ui_list.do table geeting the same error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2026 05:34 AM
You're in the Strategic Planning scope, but the sn_align_core_program table is owned by Portfolio Planning Core. These are two different scoped apps even though they're related.
Fix: Switch your application scope to Portfolio Planning Core using the application picker in the top-right gear/developer menu, then retry creating or modifying the list elements from sys_ui_list.do.