function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
gaurav.sfdcgaurav.sfdc 

XCSR issue in Managed package

In our managed package, SF has higlighted XCSR issue at various places. Actually we are using update statement in our pageLoad event (called directly from apex page action=pageload)
But we are not using any varable from Apex.currentpage in the update statement. Every where we are using either from app setting or user Info(). Actually we retrieve certain info from a wb service and update user on page load. This is anyhow required but we could not see any threat as we are not using any apex variable from GET but tool picks up update event in pageload and highlight it as a threat.
1. We cannot call a button again and again as a workaround
2. we also applied Javascript post but our applcation started behaving wierdly, automatic refreshing again and again.

What could be the workaround so as not to catch up by the tool