Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

I am unable to modify the List view in this table sn_align_core_program_list

DuddekuntaN0719
Tera Contributor

when i am trying to modify the list view in the snaligncoreprogramlist table ,I am getting the below error
I was in the correct application scope only , still I am getting the cross scope error.

 

 

  

 

 

3 REPLIES 3

Naveen20
ServiceNow Employee

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.

Hi @Naveen20 , Thanks for your repsonse
I am Unable to create new listelements from the sys_ui_list.do  table geeting the same error

DuddekuntaN0719_0-1775558514921.png

 

Naveen20
ServiceNow Employee

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.