If a custom object is a child in a master-detail relationship, then its OWD setting is?
If a role is added to Account Team, then it will get added to which of the following teams?
The ' Sharing ' button has been added to the page layout of ' Associate ' custom object. On any Associate record, the Sharing button is not visible for sharing that record using an Apex Sharing Reason. What could be the reason?
New approval steps can be added to an active approval process only if it is deactivated.
To enforce data consistency using validation rule, which function should be used?
Which permissions does the File Owner have in Chatter which a File Collaborator does not have?
Which of these standard objects cannot be shared? Account, Opportunity, Lead, Case, Product, Campaign, Contract, Contact
Organization wide default (OWD) is the first check used for determining access to records a user does not own.
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. OWD is private of the Position object. A user will be able to view Position records owned by other users.
Custom Summary Field/Formula is available only in report generated from Custom Report Type using with or without relationship with some other object.
Preserving Data Quality What would be a use case for validation rules utilizing REGEX formula function to enforce data format?
When can system fields data such as created by and created date be given customized values?
If the record submitted does not meet the entry criteria of any active approval process, then the record gets rejected.
The sales team would like to have a map displaying the company location on the Account page. What tool should you use?
If an approver rejects an approval request, then the final rejection actions are always executed.
Up to how many custom fields in a standard or custom object can be marked as external id field?
Script tags allow you to create JavaScript (or other types of) functions that can be used with in your pages.
How to remove ' Always on Layout ' and ' Required ' field from the page layout (blue circle and red asteroid next to this field)?
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.
Which of the following are the 3 layers of an application? (Select all that apply)
In a Lookup relationship, cross-object field updates and roll-up summary fields can be done.
If a user needs to give access to just one record, which feature should they use?
Encrypted fields can be edited regardless of whether you have the " View Encrypted Data " permission.
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.
On the Campaign detail page, the ‘Campaign Members’ related list refers to the people:
A UK user creates a task on a lead for an Indian user for 24/07/2012. The reminder for the task is scheduled for13:00 on 24/07/2012.The difference between UK time & India time is 4.5 hours. When the India user logs in, he will see the reminder scheduled for 13:00 or 17:30?
Select the actions that can be associated with a workflow rule? (Select all that apply.)
Which users can grant sharing privileges on a given record? (Select all that apply)
What are the permissions that allow a system administrator to manage an application? (select all that apply)
A field marked as required while creating the field can be removed from some page layouts.
If OWD is private for a custom object Position, then a user can view only those Position records which are owned by him if no one down the role hierarchy below him has created any Position record and t here is no sharing rule on Position object.
' New Meeting Request ' button is available on the Open Activities related list on the detail pages of which objects?
OWD of account is public read/write. While creating which of the following, more restrictive values (like public read-only) will be available for sharing?
i. Sharing rule on Account
ii. Manual sharing rule on any specific account record.
In Developer Edition, Validation rule for the ' Account Site ' field (field of type text) of Account object is, ISCHANGED( Site ) & & OwnerId < > $User.Id to make sure that if the ' Account Site ' field has been modified and the user is not the owner of the Account record, then an error message would be shown. The System Administrator has Read All, Modify All permission for the Account record. So the System Administrator will be able to modify the ' Account Site ' field of the
Since Apex sharing reasons are not available for standard objects, so sharing individual records of standard objects is not possible.
A record type for opportunity can be created before creating any Sales Process for opportunity.
A user is facing issues while logging in to Salesforce. What should the administrator do?
Which object allows creation of a hierarchical relationship with itself? (Data type: Hierarchy)
Which are the OOTB reports which will give information about campaign effectiveness?
User A belongs to profile ‘Custom – Recruiter’. At the profile level (Path as per Enhanced Profile User Interface, Setup - > Manage Users - > Profiles - > Custom – Recruiter - > Objects and Tabs - > Accounts) he does not have Read access on Account object. But yet he is able to view account records. He is not able to edit or delete account records. What could be the reason?
User A belongs to profile ‘Custom – Recruiter’. At the profile level (Path as per Enhanced Profile User Interface, Setup - > Manage Users - > Profiles - > Custom – Recruiter - > Objects and Tabs - > Accounts) he does not have Read access on Account object. But yet he is able to see, edit, delete account records. What could be the reason?
If this option is unchecked on Customize > Leads > Settings, ‘Enforce Validation and Triggers from Lead Convert’ then the validation rules and triggers of account, contact & opportunity are bypassed but the validation rules and triggers of lead execute.
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.
If a custom app is not created for a client company and a standard app like ‘Sales’ is being used by the client company, then the client company logo cannot be added to the app.
What are details of order of execution among validation rules, auto-response rules, assignment rules, triggers, escalation rules, workflow rules etc.?
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?
If any workflow rule is having a task of send email in which a particular user is a recipient of that email, then that user can be deactivated only if the workflow rule is deactivated.