Topic 1, Volume A
Describe the differences between Case and an If function?
Answer: Case Checks a given expression against a series of values. If the expression is equal to a
value, returns the corresponding result. If it is not equal to any values, it returns the else _result
IF Determines if expressions are true or false.
Returns a given value if true and another value if false
Describe the differences between Visual force and s-controls?
Answer: S-Controls:
1. Written in Ajax and run on the client
2. Hard-coded - can't reuse
3. Logic and presentation mixed
Visual Force:
1. Written in HTML& Apex, run on the server
2. Component model - can reuse code
3. Logic and presentation separated
Describe the properties and considerations for Master Detail Relationship records/fields.
Answer: The relationship field is required on all detail records.
Once the value of the relationship field has been saved, it cannot be changed.
The ownership and sharing of a detail record are determined by the master record.
When a user deletes the master record, all detail records are deleted.
You can create rollup summary fields on the master record to summarize the detail records.
Describe the some symptoms of a sharing model that is too private.
Answer: 1. Lots of duplicate records
2. Users consistently have to manually share records
3. There are a large number of sharing rules
4. Admins have lots of requests for more record access
Describe the use cases for Delegated Administration
Answer: Create /edit users and reset passwords
Create default sales teams
Create personal groups for users
Assign users to specified profiles
Login as a user who has granted login access
Manage custom objects
They help to assign routine admin tasks to others
Take the weight off of other Application
Page 6 out of 75 Pages |
Previous |