What are the main components of a solution?
Is the default solution managed or unmanaged?
Unmanaged
What are general characteristics of managed solutions?
What are the differences in importing and removing managed vs. unamanged solutions?
Unmanaged is like a container, so changes remain when you remove it
Managed is like an application, so it removes the components
Importing an unmanaged solution always overwrites
When importing managed, can opt to maintain or overwrite any unmanaged changes
What are the types of entities?
System
Custom
Activity
What is a system entity?
What are the entity properties?
What 3 things become read only after creating an entity?
Name, ownership and activity entity definition
What are the 3 field types?
Simple, calculated and rollup
Once a field is defined as calculated, can you change it to simple?
No
How many rollup fields can you have per entity?
10
What 3 levels can field security apply at?
What are the 4 relationship behaviors?
What does cascade all mean?
Performing the action on all of the child records
What does cascade active do?
Perform the action only on active child records
What does cascade user owned do?
Performs the action on all child records owned by that user
What does cascade none do?
Does nothing to child records
What does remove link do?
Removes the link
What does restrict do?
Applies to delete, which is not allowed if there are other entity instances that reference the ID of the entity being deleted.
How many tabs can a form have?
3
How many columns can a section have?
4
What is a sub-grid?
How do access teams work?
A user will add other users to an access team using a sub-grid to grant them access to a record. Records are shared with the access team and not individual users. The user adding new access team members to a record need to have share privileges.
What are the options for business rule scope?