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 correct answer

How a developer does enables user to access tags in the sidebar. Select 3 chocies:

1. Adding tags to the sidebar in home page layout
2. By enabling tags for public groups.
3. Enabling Tags on user profile.
4. By enabling Tags on page-layout and object.
5. Enabling Tags for org


An organization needs the ability to view the value of Opportunity Stage field on an Opportunity Product related list. Please choose the declarative method of fulfilling the requirement. Choose the Right answer

1. Create an Apex method to replicate the value on the child object, and set the field level security to read-only and expose the new field on the Opportunity Product related list.
2. Create a cross object formula field on the Opportunity Product object and expose the formula field on the Opportunity Product related list.
3. Create a validation rule on the Opportunity Product object.
4. Create a new pick list field called Stage on the Opportunity Product object, and expose the filed on the Opportunity Product related list.


5) A developer wants to leverage the console view to see the parent object of the child object in focus on the console. How would a developer specify what related list fields are displayed on the parent object? Choose the Right answer

1. On an child object’s mini-page layout
2. On an parent object’s mini-page layout related lists field selection
3. On the parent object’s page layout related lists field selection
4. You cannot modify the related fields on the console view

 

 

How to get a value from a parent object to a child, where the data should be secured and should not change

1. Create a formula field from child to parent
2. Create a rollup summary Field on detail object
3. Create a rollup summary Field on master object
4. Create lookup field on child

gautam_singhgautam_singh

Hi,


How a developer does enables user to access tags in the sidebar. Select 3 chocies:

1. Adding tags to the sidebar in home page layout
2. By enabling tags for public groups.
3. Enabling Tags on user profile.
4. By enabling Tags on page-layout and object.
5. Enabling Tags for org


An organization needs the ability to view the value of Opportunity Stage field on an Opportunity Product related list. Please choose the declarative method of fulfilling the requirement. Choose the Right answer

1. Create an Apex method to replicate the value on the child object, and set the field level security to read-only and expose the new field on the Opportunity Product related list.
2. Create a cross object formula field on the Opportunity Product object and expose the formula field on the Opportunity Product related list.
3. Create a validation rule on the Opportunity Product object.
4. Create a new pick list field called Stage on the Opportunity Product object, and expose the filed on the Opportunity Product related list.




5) A developer wants to leverage the console view to see the parent object of the child object in focus on the console. How would a developer specify what related list fields are displayed on the parent object? Choose the Right answer

1. On an child object’s mini-page layout
2. On an parent object’s mini-page layout related lists field selection
3. On the parent object’s page layout related lists field selection
4. You cannot modify the related fields on the console view

 

 

How to get a value from a parent object to a child, where the data should be secured and should not change.

1. Create a formula field from child to parent
2. Create a rollup summary Field on detail object
3. Create a rollup summary Field on master object
4. Create lookup field on child


Important :

Hit Kudos [Star Aside this Post] if this provides you with useful information and if this is what you where looking for then please mark it as a solution for other benefits.

Thank You .