- ServiceNow Application Development
- Sagar Gupta
- 125字
- 2021-07-03 00:01:13
Private application scope
This is the only kind of application scope available to administrators and developers when creating a new application. Applications created in private application scope implements application scoping. This means all the application artifacts created within the scope will create, read, write, and delete the application data.
The artifacts in private application scope have a unique namespace identifier with the following format: x_[vendor-prefix]_[application-id].
A vendor prefix is a two to five characters long string that is unique to each ServiceNow customer. Your organization may own multiple ServiceNow instances, but the vendor prefix in all of those instances will remain the same, whereas the application ID is typically the application name with spaces replaced by underscores and could be up to 40 characters long.
- C++案例趣學(xué)
- Python自動化運維快速入門(第2版)
- 程序員面試算法寶典
- R語言數(shù)據(jù)可視化實戰(zhàn)
- VSTO開發(fā)入門教程
- 琢石成器:Windows環(huán)境下32位匯編語言程序設(shè)計
- MATLAB for Machine Learning
- RSpec Essentials
- Keras深度學(xué)習實戰(zhàn)
- Machine Learning With Go
- Laravel Design Patterns and Best Practices
- 測試工程師Python開發(fā)實戰(zhàn)
- Mastering Data Analysis with R
- Selenium Essentials
- Java算法從菜鳥到達人