how to create a section/view for particular application scope
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2016 12:28 AM
I need to create a new application scope in that i need to edit some global scope tables how can i achieve.?
and i need to create new view or section particularly for this scope.
the fields of the tables in global scope should not change.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2016 01:29 AM
You can create new section/views for being in different Application scope, just make sure whatever the table you are trying to access should be accessible from this new application scope.
You can check the settings in Application Access tab setting of Table Definition
In case of creating view/section, you can create
Form Sections |
|
FYI, Creation Restrictions Across Application Scopes - ServiceNow Wiki
Application access settings - Application Access Settings - ServiceNow Wiki
Mark if it is helpful or correct, feedback is appreciated