Which two settings must be defined in order to update a record of a junction object? Choose 2 answers
A. Read access on the primary relationship
B. Read/Write access on the secondary relationship
C. Read/Write access on the primary relationship
D. Read/Write access on the junction object
C. Read/Write access on the primary relationship D. Read/Write access on the junction object
Explanation:
A junction object in Salesforce connects two parent objects in a many-to-many relationship. When updating records in a junction object, appropriate permissions must be set for the related records.
Read/Write access on the primary relationship is required because the junction object maintains a connection to this parent. If the user lacks write access, they cannot modify relationship links.
Read/Write access on the junction object is essential since updates are being made directly to the junction object's records. Without this, modifications would not be permitted.
Analyzing the incorrect choices:
A. Read access on the primary relationship – Read access alone is insufficient; write permissions are needed for updates.
B. Read/Write access on the secondary relationship – While this may be useful, updating the junction object itself primarily depends on permissions for the junction and primary relationship.