Building your User Interface How can you control the different settings of the page layout?
Which users can grant sharing privileges on a given record? (Select all that apply)
Master-Detail Relationship, the parent field on the child record can be optional.
If a user needs to give access to just one record, which feature should they use?
Fill in the missing word: A change set can be used to deploy metadata only between _____________orgs.
When upserting record using Apex Data Loader for an object that has an external id field, if the value for this external id field is not provided in the csv file or while mapping fields from the csv file to the Salesforce object fields, then the upsert will always fail as the external id is a required field.
'View All' has been checked at the profile level for a custom object Position but 'Modify All' has not been checked. OWD is read/write of the Position object. Any user can delete Position records owned by other users.
A manual sharing can be created for a standard or custom object u sing the Apex Data Loader.
Custom Summary Field/Formula is available only in report generated from Custom Report Type using with or without relationship with some other object.
Since Apex sharing reasons are not available for standard objects, so sharing individual records of standard objects is not possible.
A master object cannot have more than two detail objects through master-detail relationship as at the most 2 master-detail relationships are allowed per object.
'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'.
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.
Account object has a custom field 'Tax' of type number. Some account records are present in Salesforce which do not have any value in this field. This custom field is now made a required field by editing it. The editing will fail as some records are present which do not have a value for this field.
Which operations can and cannot be performed by any employee of an organization who does not have a Salesforce license but has joined Chatter at the invitation of another user?
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.
What is the difference between Apex Data Loader and Import Wizard as far as generating extra accounts is concerned?
A picklist called Section on Account has these 2 values A, B. How would you write a validation rule on this picklist to ensure that user selects either A or B while creating an account?
A record type for opportunity can be created before creating any Sales Process for opportunity.
Which of these operations on a file in Chatter leads to the generation of a private file?
The Created Date field can be updated on a record using the Inserting System Fields feature.
New approval steps can be added to an active approval process only if it is deactivated.
The recruiting team would like the Programming Languages field to display only when the department is specified as Engineering on a job application. What tool should you use?
While adding a contact role to an Account which of these contacts a counter available?
Universal Containers has two teams - sales team and marketing team. For sales team all stages of lead lifecycle should be available while for marketing team only 3 stages should be available. How can the administrator ensure this?
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?