Custom Application Development Flashcards
1
Q
Regarding application scope, where can an admin specify which parts of the app are accessible?
A
- In the custom application record
- In each application table record
2
Q
Can we change the scope of a application once the app created?
A
No
The scope is assigned to app when it is created and cannot be changed
3
Q
What is the use of scoping?
A
- Determine which app resource are available to other apps in the instance
- Protect apps by identifying and restricting access to available artifacts and data
- Prevent naming conflicts
4
Q
Which namespace is automatically prepended to tables, scripts and config records when they are created?
A
unique namespace identifier
u_
5
Q
Let’s say we create an app A in its own scope. Can app A access other applications’ tables?
A
No, unless the other applications allow access
6
Q
What is the Global scope?
A
Special app scope that identifies:
- apps developed prior to app scoping
- apps intended to be accessible to all Global apps