Salesforce Certified Platform App Builder — Question 101
You want to use an External Data Object Table from Heroku carrying Product Category information. The data need to be included in Salesforce and searchable.
What do you have to do before you can use the connection? (Choose three.)
Answer options
- A. Choose "Include as index field".
- B. Choose "Include in Salesforce searches" option.
- C. URL/choose the URL.
- D. Press "Validate and sync".
Correct answer: B, C, D
Explanation
To ensure the data from the External Data Object Table is searchable in Salesforce, you must select the 'Include in Salesforce searches' option (B) and specify the URL (C) for the connection, followed by clicking 'Validate and sync' (D). Option A, 'Include as index field', is not necessary for enabling search functionality.