Question 40 of 103 from exam MB-500: Microsoft Dynamics 365: Finance and Operations Apps Developer

Question 40 of 103 from exam MB-500: Microsoft Dynamics 365: Finance and Operations Apps Developer

Question

HOTSPOT - A user reports that a form takes a long time to load.

You suspect that the issue relates to a display method.

You need to resolve the issue.

Which actions should you perform? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Answer Area

Action Improves
performance
Add the following attribute to the display method: v
[SysClientCachedataMethodAttribute (true) ] true
false
Set the value of the Enabled property to No for any display v
fields that are not needed. true
false
Set the value of the Visible property to No for any display v
fields that are not needed. true
false
Set the value of the Skip property to Yes for any display v
fields that are not needed. true
false

Explanations

Answer Area

Action Improves
performance
Add the following attribute to the display method: v
[SysClientCachedataMethodAttribute (true) ] true
false
Set the value of the Enabled property to No for any display v
fields that are not needed. true
false
Set the value of the Visible property to No for any display v
fields that are not needed. true
false
Set the value of the Skip property to Yes for any display v
fields that are not needed. true
false

Box 1: Yes - The caching will avoid executing the display method unnecessarily.

To improve the performance of a display method, you can cache the method.

Box 2: No - Box 3: No - Box 4: No - Reference: https://docs.microsoft.com/en-us/dynamicsax-2012/developer/using-the-display-method-modifier.