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.
'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.
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
Organization wide default (OWD) & sharing rules are applied at the
What is cross object formula field?
If a role is added to Sales Team, then it will get added to which of the following teams?
Criteria based sharing rule is not available on which standard objects?
Which of these records can be activated? Account, Opportunity, Lead, Case, Product, Campaign, Contract, Contact
Multi select picklist can be dependant field only and not a controlling field.