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.
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?
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.
Which of the following are true about custom objects? (Select all that apply):
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.
'Sharing' button has been added to the page layout of the 'Account' object. OWD of account is public read/write. On any Account record, the Sharing button is still visible for sharing that record using an Apex Sharing Reason. 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?
If OWD of Opportunity is set to private, then which all opportunities can a user view?
If a role is added to Sales Team, then it will get added to which of the following teams?
If a role is added to Case Team, then it will get added to which of the following teams?
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?
'Modify all' if checked at the profile level, always overrides the OWD setting.
OWD of Position object is public read/write. A sharing rule is created to share Position records owned by Role A with Role B with read only access. For users of Role B, the Position records will be
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.
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.
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?
Which of these operations on a file in Chatter leads to the generation of a private file?
What is the name of the default public group to which all users are added?
What are the permissions that allow a system administrator to manage an application? (select all that apply)
Encrypted fields can be edited regardless of whether you have the "View Encrypted Data" permission.
Change sets can be used to move data and metadata from one organization to another.
How should you use permissions sets in conjunction with profiles to grant access permissions?
What feature must be enabled on your user record before you can use the Inline editor?
To enforce data consistency using validation rule, which function should be used?
While filling out positions, the hiring manager wants to view job responsibilities and job description at the top of the page; The recruiter wants to view the name of the hiring manager and the status at the top. Which tool would you use to meet this requirement?