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
veeru_pariveeru_pari 

Automation issue

Hi

i have to automate my tool.The prob is i have controller which calculetes govarnor limits of a page.for this i need to include my controller page in each and every page to calculate the limits of that paricular page.i need a global include kind of thing which will actually calculate the limits without including in each and every page.

 

here is what i am doing

 

<apex:include pageName="Glimits"/> as of now iam including this tag as part of every page i actually dont want to include this tag as part of every page but it should work for every page.so ineed some global include kind of access likethat.

 

Thanks,

Veeraiah