User B has created an Associate record. At the profile level, the profile 'Custom-Recruiter' of User A has Read, Edit access for Associate. OWD of Associate is 'Public Read/Write'. What access will User A have for the record created by User B?
What does Sales Stages refer to?
Multi select picklist can be dependant field only and not a controlling field.
A workflow rule with workflow action of field update is active but is not giving the desired result. What could be the reason?
An opportunity is triggering a workflow rule that is set to evaluate. When a record is created, or when a record is edited and did not previously meet the rule criteria'. The opportunity previously met the workflow criteria so the workflow rule should not trigger now. But the workflow rule is being triggered. What could be the reason?
Field level security and record types work at
OWD of Account is private then OWD of Opportunity can be private or public read-only or public read/write.
Which are the 3 record access levels?
What is used for tracking changes to configuration of Salesforce CRM?
Which record type will get assigned to a record being created?
Once a sharing rule has been created based on owner, then it can be modified to make it a sharing rule based on criteria.
Sharing rules can be more restrictive than the Organization Wide Default.
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
A manual sharing can be created using the Apex Data Loader.
An object can have
To enforce data format using validation rule, which function should be used?
Standard picklist fields can be either controlling fields or dependent fields.
Force.com is good for
What Fields does History Tracking not track?
What is a quote?
If the entry criteria for a step in an approval process are not met, then the record gets rejected.
You need to track changes that a developer, who has left, made to the configuration. Which tool should you use?
Which are the 2 ways to mass delete records?
A standard field can be marked as external id field.
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?
The sales team would like to include a Chatter feed about the record on the Contact page. What tool should you use?
Specifying entry criteria is compulsory for
What attribute of the component can be used to hide the related lists
Which field type is not available while creating a new custom field in a newly created custom object?
What attributes are required for the component?
Among two records related by master – detail relationship, the detail record can have an owner which is different from the owner of the master record.
Employees in an organization with Salesforce who do not have a Salesforce license can join Chatter.
What is the Process Visualizer used for?
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.
Users or contacts can be added to the ‘Account Team’ of an account.
Can attachments to Salesforce records be attached using the Apex Data Loader?
Which of these can be cloned?
What is the difference between account team role & contact roles?
If there is a custom validation rule on a custom object Position for the custom text field Location to make sure that this field is not left blank, then what are the various ways of bypassing this validation rule?
What is Salesforce to Salesforce?
What is the difference between Apex Data Loader and Import Wizard as far as generating extra accounts is concerned?
Which of these operations on a file in Chatter leads to the generation of a private file?
Which are the OOTB reports which will give information about campaign effectiveness?
What are details of order of execution among validation rules, auto-response rules, assignment rules, triggers, escalation rules, workflow rules etc.?
If at the profile level, 'Password Never Expires' has been checked but at Setup > Security Controls > Password Policies if it is specified that password expires in 30 days, then which of the two would be true for users of that profile?
What access can be granted through sharing rules?
If a lookup field is optional, what actions can you define for the field if someone deletes a referenced lookup record? (Select all that apply)
List the 3 layers of the Tiered design model.
Who gets full access to a record?
Which of the following statements are true? (Select all that apply.)
What is the maximum number of lookup fields you can have in a single object?
Sharing rules are used to further restrict access defined in the Organization-wide Default settings.
List the 3 Declarative Application building blocks of The Data Model.
Building Business Processes Describe the ISNEW Formula function
What does Field History Tracking do?
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?
Building Business Processes Describe the VLOOKUP Formula Function.