Salesforce Certified Platform App Builder — Question 360
DreamHouse Realty (DR) is expanding into subsidized housing by partnering with local government entities. DR uses Sales Cloud and has enabled field history tracking on the Opportunity object. Due to increased information requirements, the App Dev team is changing Text Area (Long) fields to Rich Text fields to allow for up to 1,000 characters and better descriptions.
Which two considerations should be made by the team? (Choose two.)
Answer options
- A. Audit Trail is available through REST API extracts.
- B. Data loss may occur when changing custom field types.
- C. Field History Tracking records value changes of 255 characters or less.
- D. Rich text field values of all lengths are displayed fully in reports.
Correct answer: B, C
Explanation
Option B is correct because changing custom field types can lead to data loss, especially if the new field type has different limitations. Option C is also correct as Field History Tracking only keeps track of changes for values that are 255 characters or less, which is a limitation that needs to be considered when upgrading to Rich Text fields. The other options do not address the considerations related to changing field types.