ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 181 - Certified Platform App Builder discussion

Report
Export

The app builder needs to change the data types of new custom fields. The app builder is not able to delete and recreate any of the fields, nor modify any apex code. Which data type change will require the app builder to perform the additional steps in order to retain existing functionalities?

A.
Changing the data type of a field used in an apex class from number to text.
Answers
A.
Changing the data type of a field used in an apex class from number to text.
B.
Changing the data type of a field used in a report from a text to an encrypted field
Answers
B.
Changing the data type of a field used in a report from a text to an encrypted field
C.
Changing the data type of a field used as an external id from number to text.
Answers
C.
Changing the data type of a field used as an external id from number to text.
D.
Changing the data type of a field used in lead conversion from number to text
Most voted
Answers (1)
Most voted
D.
Changing the data type of a field used in lead conversion from number to text
Suggested answer: A

Explanation:

Changing the data type of a field used in an apex class from number to text will require the app builder to perform additional steps in order to retain existing functionalities. This is because changing the data type of a field may affect the apex code that references or manipulates the field value, and may cause compilation errors or unexpected results. The app builder will need to update the apex code to handle the new data type and ensure that the logic and calculations are still correct. Option B is incorrect because changing the data type of a field used in a report from a text to an encrypted field will not require additional steps, as encrypted fields can still be used in reports with some limitations. Option C is incorrect because changing the data type of a field used as an external id from number to text will not require additional steps, as external id fields can be either number or text. Option D is incorrect because changing the data type of a field used in lead conversion from number to text will not require additional steps, as lead conversion fields can be mapped regardless of their data types.

asked 23/09/2024
Jonaid Alam
36 questions
User
Your answer:
1 comments
Sorted by
Up
0
Down
User
Jacques Lesteven

Edited 10 days ago

Voted D

my answer

Reply
Reply
Report