Page:
<apex:page controller="ctrlCustomcontroller"
readOnly="true">
</apex:page>
If your controller does not have any DML operation than you can easily solve above two salesforce governer limits using the attribute
readOnly="true" by default it's value is false.
1. Query Rows limits increased from 50001 to
1 million rows
2. collection size limits increased from 1001 to
10,000
It works. Thanks a ton. Its really helpful for me.
ReplyDeleteit works for me also but i have dml how to over come this
ReplyDelete