Fundamentals Flashcards
What is visual force rendered in?
Ultimately HTML
What’s apex
First cloud computing programming language
What is visualforce
Force.com platform tag-based markup language
A page layout controls what
Only records edit and detail pages
Once you set a master detail relationships field value can u can u change it?
No
Roles control what?
Records
Profiles and permission sets control?
A user’s object and field level access permissions
Roles control what
A user’s record-level access permissions through role hierarchy and sharing rules
Sharing rules do what?
Allow us to make automatic exceptions to org wide defaults
Record types allow us to do what?
Specify different categories of records with different pick list values and page layouts. Can also assign record types to specific profiles
What can delegated administrators do?
Reset passwords
Assign users to profiles
Login as a user who has granted access
Mange custom objects created by admin
What is default evaluation criteria in workflow
Created or edited to meet criteroa
What workflow evaluation criteria can’t you add time dependent actions to
Created or edited
Salesforce.com IDs exist in two forms
15 digit case sensitive
18 digit case insensitive
Sets are?
Used to isolate distinct records
Maps are…
Name value pairs that hold the query results retrievable by record id
Standard report types show
‘With’ relationships (inner joins)
with relationships are called
inner joins
An exception report uses a without relationship to show
where data doesn’t exist
Cross filters let you
filter the parent records in a report by their related child records using WITH or WITHOUT conditions
A relationship field stores what?
ID of the parent record in a relationship, as well as optionally providing user interface representations in both the parent and child records.
Downwards traversal
is when you’re pulling records from a related list. For example, if we’re doing a SOQL query on accounts, downwards traversal could pull data from the account’s contacts.
Don’t forget these three things when using downwards traversal:
The nested query is treated like another field. That’s why there is a comma after the AnnualRevenue field.
We use the plural version “Contacts” in the nested SOQL query. If you need to find the keyword for a custom relationship, find the lookup or master-detail field and look here:
You can combine all the SOQL techniques you’ve learned into your query!