ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 254 - Certified Data Architect discussion

Report
Export

A national nonprofit organization is using Salesforce to recruit members. The recruitment process requires a member to be matched with a volunteer opportunity. Given the following:

1. A record is created in Project__ c and used to track the project through completion.

2. The member may then start volunteering and is required to track their volunteer hours, which is stored in VTOTime_c object related to the project.

3. Ability to view or edit the VTOTime__c object needs to be the same as the Project__ c record.

4. Managers must see total hours volunteered while viewing the Project__ c record.

Which data relationship should the data architect use to support this requirement when creating the custom VTOTime__c object?

A.
Lookup Field on Project_c to VTOTime_c displaying a list of VTOTime__c in a related list.
Answers
A.
Lookup Field on Project_c to VTOTime_c displaying a list of VTOTime__c in a related list.
B.
Lookup field on VTOTime_c to Project_c with formula filed on Project__ c showing Sum of hours from VTOTime__c records.
Answers
B.
Lookup field on VTOTime_c to Project_c with formula filed on Project__ c showing Sum of hours from VTOTime__c records.
C.
Master Detail Field on VTOTime_ c to Project_c with rollup summary field on Project __c showing sum of hours from VTOTime_c records.
Answers
C.
Master Detail Field on VTOTime_ c to Project_c with rollup summary field on Project __c showing sum of hours from VTOTime_c records.
D.
Master Detail field on Project _c to VTOTime _c showing a list of VTOTime_c Records in a related list.
Answers
D.
Master Detail field on Project _c to VTOTime _c showing a list of VTOTime_c Records in a related list.
Suggested answer: C

Explanation:

A master-detail field on VTOTime__c to Project__c is the data relationship that the data architect should use to support the requirement when creating the custom VTOTime__c object. A master-detail relationship creates a parent-child relationship between two objects, where the master record controls certain behaviors of the detail record, such as security, ownership, deletion, and roll-up summary fields. By using a master-detail field on VTOTime__c to Project__c, you can ensure that the ability to view or edit the VTOTime__c object is the same as the Project__c record, and that managers can see the total hours volunteered while viewing the Project__c record using a roll-up summary field.

asked 23/09/2024
Frau Abir Bouassida
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first