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
David KleinjanDavid Kleinjan 

"onload" like event to indicate SF page is completely loaded/rendered (incl. Related Lists)?

Hi,

I have a homepage component that removes some links from the Opportunity Line Item related list items on the Opportunity detail page. I'm using the JQuery .ready() function, however this fires before the OLI list has loaded, i.e. it's still "loading". 

Is there a page event to indicate the loading/rendering of all page components is complete?

thanks.