Building your User Interface How can you control the different settings of the page layout?
In a Lookup relationship, cross-object field updates and roll-up summary fields can be done.
Preserving Data Quality What would be a use case for validation rules utilizing REGEX formula function to enforce data format?
Master-Detail Relationship, the parent field on the child record can be optional.
The option to skip to the next step is available only if a step has subsequent steps.
When creating technical positions, the hiring manager must fill out the certification requirements for the position. When creating non-technical positions, such as positions in Sales & Finance, the certification fields are not required and therefore must not be visible. Which tool would you use to meet the requirements?
What is the name of the default public group to which all users are added?
A Junction object is a custom object on the detail side of TWO relationships and is used to connect 2 objects you want to relate together and is sometimes called a "Many to Many" relationship.
Which of the following are the 3 layers of an application? (Select all that apply)
Which of the following statements are true about a lookup relationship? (Select all that apply):
Using workflow rule field update action on a child object, any field of its parent can be given a value.
A record type for opportunity can be created before creating any Sales Process for opportunity.
Under which of these cases the deletion of an account will fail?
i) The account has a related case
ii) The account has a related entitlement
For which objects is field history tracking available & for which is it not available?
A custom text field on Account ‘Location’ has a validation rule
if(location__c == null || isblank(location__c), true, false)
This field has been removed from the Account page layout. So error for this field will not be given when a new account record is being created.
A single Sales Process can be assigned to multiple opportunity record types.
An Apex Sharing Reason cannot be created on a custom object with the label ‘Manual Sharing’ because the in-built standard sharing reason provided by Salesforce has the same label, so it would give error
“An Apex Sharing Reason with this name already existsâ€
Which of these values can a ‘if’ function used in a validation rule have in either the 2nd or the 3rd parameter?
If the record submitted does not meet the entry criteria of any active approval process, then the record gets rejected.
If a field is marked as 'Visible' in 'Field-level security' and 'Read-Only' on the page layout, then how would the field be available to the end user as Visible (i.e. editable) or Read-Only?
Script tags allow you to create JavaScript (or other types of) functions that can be used with in your pages.
Which is the order of execution among these? Escalation rule assignment rule trigger workflow rule validation rule auto-response rule?
Which of the following statements are true about field history tracking? (Select all that apply.)
'Status' is a picklist of the Account object having value 'Open' or 'Closed'. It is possible to create a sharing rule to share only those Accounts whose 'Status' is 'Open'.
A manual sharing can be created for a standard or custom object u sing the Apex Data Loader.
A field marked as required while creating the field can be removed from some page layouts.
OWD of Account is private then OWD of Opportunity can be private or public read-only or public read/write.
Account object has a custom field 'Tax' of type number. Two account records are present in Salesforce which have the same value in this field say 5000. This custom field is now made a unique field by editing it. The editing will fail as two records are present which have the same value for this field.
Once a sharing rule has been created to share Account records with Public Group A with read/write access to the shared accounts, then this sharing rule can be modified to share the Account records with Public Group B with read-only access.
Which of these standard objects cannot be shared? Account, Opportunity, Lead, Case, Product, Campaign, Contract, Contact