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
4 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
3 weeks ago
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
3 weeks ago
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.
