function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
dragon123dragon123 

need answerss

26. Select 4 choices which are correct. Organization wide Defaults are-

a) Security settings that defines the baseline level of access of data records that you do not own
b) Used to restrict access to data
c) Defined for Standard Objects
d) Defined for Custom Objects
e) Defined for Unclaimed objects

21. All the statements are true regarding Sharing Rules Except: Select the correct choice

a) Automatic Exceptions to Organization Wide Defaults for a particular group of users
b) Never permitted to be more restrict the Organization Wide Default settings
c) Used to open up access to records
d) Can to be more restrictive than Organization Wide Defaults

An organization has two custom objects to track job positions and salaries for those positions. Everyone in the organization should be able to view the positions however, only select users can view the salary records. What steps should a developer take to ensure the requirement is fulfilled? Choose the Right answer

1. Create a lookup relationship between positions and salaries; define public access on position and private access on salary
2. Create a master-detail relationship between positions and salaries; define public access on position and private access on salary.
3. Create a master-detail relationship between positions and salaries; define private access on position and create sharing rules on salary
4. Create a lookup relationship between positions and salaries; define public access on position and public access on salary; create sharing rules on salary to restrict visibility.

44. For the order management application, the developer has created a custom
object to store the product line and product combination. When creating an
order, the product line and product combination need to be consistent. What
is the best option for implementing this?
a. Use a workflow to update the product automatically based on the
product line
b. Create a validation rule using IF
c. Create a formula field to enforce the combination
d. Create a validation rule using VLOOKUP

8) Custom objects that do not have an associated tab are not returned in search results or displayed on the Tags page, even if tags are enabled for the custom object.

o True
o False

 

Canu u explain the answer?

Vivek_PatelVivek_Patel
Hi,

26. Select 4 choices which are correct. Organization wide Defaults are-
a, b, c, d
Explanation - There is nothing like unclaimed objects in salesforce

21. All the statements are true regarding Sharing Rules Except: Select the correct choic
d) Can to be more restrictive than Organization Wide Defaults
Explanation - Sharing rules are only used to open up the access not restrict them.

An organization has two custom objects to track job positions and salaries for those positions. Everyone in the organization should be able to view the positions however, only select users can view the salary records. What steps should a developer take to ensure the requirement is fulfilled? Choose the Right answer
1. Create a lookup relationship between positions and salaries; define public access on position and private access on salary
Explanation - In master detail relationship, details get sharing setting from master. For lookup you have option to specify security settings for both the objects 
and then you can write thes sharing rules.


44. For the order management application, the developer has created a custom
object to store the product line and product combination. When creating an
order, the product line and product combination need to be consistent. What
is the best option for implementing this?
a. Use a workflow to update the product automatically based on the
product line
Explanation - Whenever the product line item is created workflow can be used to update the fields required to make the information consistent for product and product line item combination.


8) Custom objects that do not have an associated tab are not returned in search results or displayed on the Tags page, even if tags are enabled for the custom object.
o True  
Explanation - Without tags you can't search the records of the object.


Regards,
Vivek Patel

Please mark as best answer if this answers your query.