Sharing rules are used to further restrict access defined in the Organization-wide Default settings.
If a record no longer meets the time based workflow rule criteria, the action executes as originally triggered
When a cross object formula references currency fields of a different currency to that on the record where the formula is used, Salesforce randomly picks one currency to use.
Which of these standard fields can be tracked through Field HistoryTracking?
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.
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?
While inserting/updating/upserting a new user using the Apex Data Loader, values for which of these fields can be provided in the input csv file?
External id can be used for matching record during which of these operations using the Apex Data Loader
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
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?
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.
Roll up summary field and Cross object formula field can be created only for master detail relationship.
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?
A record type for opportunity can be created before creating any Sales Process for opportunity.
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.
Which permissions does the File Owner have in Chatter which a File Collaborator does not have?
While creating a list view for opportunities if the filter chosen is “My Opportunity Teams” then this list view will list these opportunities:
If multiple active approval processes exist on Account & an account record submitted for approval meets the entry criteria of multiple approval processes, then it cannot be guaranteed which approval process the record will enter.
A user has the System Administrator profile & hence has the ‘Create’ permission on Campaign. But when the user goes to the Campaign tab, the user cannot see the ‘New’ button for creating a new Campaign. What could be the reason?
A record created meets entry criteria of multiple workflow rules. Which of the workflow rules will execute?
A single Sales Process can be assigned to multiple opportunity record types.
The sales team would like to include a Chatter feed about the record on the Contact page. What tool should you use?
What feature must be enabled on your user record before you can use the Inline editor?
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?
What are ways in which you can obtain a record’s ID? (Select all that apply.)
If the entry criteria for a step in an approval process are not met, then the record gets rejected.
What are the differences between lookup relationship and master-detail relationship?