PrepAway - Latest Free Exam Questions & Answers

How should the application developer accomplish this?

There is a folder content template in a TaskSpace application. The application developer needs to
display a double attribute as one of the columns that represents a credit score. Rather than
showing the actual score from the repository, the application developer wants the display based
on the following condition:


Ifscore is larger than 800, display “Outstanding”
Ifscore is between 600 and 799, display “Good”
Ifscore is between 400 and 599, display “Fair”
Ifscore is below 399, display “Poor”
How should the application developer accomplish this?

PrepAway - Latest Free Exam Questions & Answers

A.
Create another attribute in the object type and use a TBO to store the display based on
condition.

B.
Create another attribute in the object type and use a job to update the attribute with the value to
display.

C.
Use a set value adaptor on the folder content template to resolve the display value.

D.
Configure a column in the folder content template with the conditional formatting.


Leave a Reply