QuestionQ292
Implement security and optimize performanceA user says that a form takes a long time to load, and you suspect a display method is responsible.
You need to resolve the issue. Which actions should you perform?
Select
Add the following attribute to the display method: [SysClientCacheDataMethodAttribute(true)]
Set the value of the Enabled property to No for any display fields that are not needed.
Set the value of the Visible property to No for any display fields that are not needed.
Set the value of the Skip property to Yes for any display fields that are not needed.
Community Discussion