Salesforce Certified Platform App Builder — Question 15

The Training team at Universal Containers uses a custom Training object to track their customer training sessions. An app builder needs to create a relationship between the Training object and the related Students' record.
Which two statements are true when creating a Student Lookup field on the Training object? (Choose two.)

Answer options

Correct answer: A, D

Explanation

Option A is correct because the Student Lookup field can indeed be optional on the Training record, allowing for flexibility in data entry. Option D is also correct as cross-object field updates between the Training and Student records are not supported in Salesforce. Options B and C are incorrect; Roll-up summary fields can only be created on the master side of a master-detail relationship, and users can delete records based on their permissions, but this does not directly relate to the Lookup field's functionality.