Salesforce Certified Heroku Architecture Designer — Question 10

A client wants to use Heroku Connect to sync data from a Heroku Postgres table to a Salesforce org. The client only needs to sync a specific subset of the rows in the table.
How should this be performed?

Answer options

Correct answer: D

Explanation

The correct answer is D because Sharing Rules can effectively restrict access to specific records, ensuring that only the required rows are synced. Options A and C suggest filtering methods that do not align with the requirement of limiting visibility at the record level, while B involves creating a new table or view, which may not be necessary or efficient for this task.