- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 04:03 AM
Hi, folks!
I am working on developing a scoped application.
One of the requirements is to create a workspace for app users.
I've just created this workspace without any adjustments for preview and realized that the modules that were created are different to list in the new workspace. Who can explain to me why?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 04:10 AM
Hi @Nataliia_Lova ,
You will need to add new Lists on your workspace.
Follow the steps : https://docs.servicenow.com/bundle/vancouver-application-development/page/build/app-engine-studio/ta...
And configuring the role access on the UIB table sys_ux_applicability_m2m_list.
Role and Access
Roles and access enable you to define the audience of each of the lists defined in the list filters.
Legacy table name | UIB table name |
---|---|
sys_aw_list | sys_ux_applicability_m2m_list |
To migrate roles and access, select a filtered list and choose the audience.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 04:10 AM
Hi @Nataliia_Lova ,
You will need to add new Lists on your workspace.
Follow the steps : https://docs.servicenow.com/bundle/vancouver-application-development/page/build/app-engine-studio/ta...
And configuring the role access on the UIB table sys_ux_applicability_m2m_list.
Role and Access
Roles and access enable you to define the audience of each of the lists defined in the list filters.
Legacy table name | UIB table name |
---|---|
sys_aw_list | sys_ux_applicability_m2m_list |
To migrate roles and access, select a filtered list and choose the audience.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 05:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 06:19 AM
My bed)
I've forgot to add role to the group)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 06:36 AM
Hi @Nataliia_Lova ,
I have asked you to add roles in my answer 😁