Dev 401 cards Flashcards
How can you create many-to- many relationships in Salesforce.com?
Use a Junction Object.
Can Dashboard Components be retrieved from the Recycle Bin upon deletion?
No.
How many External ID’s are allowed on an object?
3
What can not be done with Profiles?
Give access to records by modifying the record types.
What functionality is NOT available on the Custom Object?
Assignment Rules.
What can be done with the Page Layout Editor?
Make a Field Mandatory & Make a Field Read-Only
What happens when a Parent Record is deleted in the Parent Child model having a Lookup Relationships between Parent - Child Objects?
The Child Records will not be deleted.
Within a custom recruiting application, Universal Containers uses a custom position object to track positions. Positions expire 90 days after they have been approved. A Workflow Rule is in place to send an email to the hiring manager listed on a position 15 days before the expiration date. What will happen if the expiration date of a position is extended by 30 days?
An email will be sent 15 days before the updated expiration date.
A developer wants to ensure that when a parent record is deleted, child records are NOT deleted. What relationship should the developer choose?
Lookup Relationship.
True or False, can a custom tab be included in as many applications as desired?
True.
When would a developer use Upsert and External ID’s?
To integrate with an external system and to load related records without knowing Salesforce record ID’s.
A group of executives has requested a convenient way to see daily metrics without having to log in to Salesforce. How would a developer accomplish this goal?
Schedule the dashboard for daily refresh and email distribution.
For a Contact Object, All Users should be able to see all the fields except User Y; Who should be NOT able to see the “Mobile No. Field.” This functionality will be achieved by using what?
Field Level Security.
Which of the following represents a Controller in Model | View | Controller Model?A. TabsB. Page LayoutsC. Custom FieldsD. Visual Force PagesE. Apex Classes
E. Apex Classes.
Which of the following is not the Return Type for Formula Fields? A. CurrencyB. Radio ButtonC. TextD. Percent
B. Radio Button
Can Data Loader be initiated through the Command Line?
Yes.
Which of the following can not be done via Workflow?A. Create a TaskB. Create an EventC. Create an Email AlertD. Create an Outbound Message
B. Create an Event
Which of the following can not be a Dependent Picklist?A. CheckboxB. Multi-Select PicklistC. Custom PicklistD. None of the Above
A. Checkbox
Which of the following is not a correct statement?A. Tags can be enabled by enabling Tags permission for the OrganizationB. Tags can be enabled by enabling Tags permission for the ProfilesC. Tags can be added on the RecordsD. Tags can be accessed from the sidebar component
B. Tags can be enabled by enabling Tags permission for the Profiles
Encrypted fields are editable regardless of whether the user has the “View Encrypted Data” permission. A. TrueB. False
A. True
What functionality cannot be achieved by “Final Rejection Action” in an “Approval Process?”
Deleting the Record.
What feature is used to Report on Historical Data?
Analytical Snapshot.
When you delete an analytic snapshot, the source report and target object are also deleted? True or False?
False.
What happens to the Secondary Relationship when the Primary Relationship is deleted in the Junction Object?
Secondary Relationship becomes Primary Automatically.