• perumalvps
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 7
    Questions
  • 1
    Replies
I have a scenario where too many calculations to be done with large volume of data to load a custom visualforce page report. I have almost avoided unnecessary loop in Apex code. Since it is more than 100k records, calculation is taking long time which is exceeding limit of 10000ms. So it is hitting CPU Limit Exceeded error. Is there a way to increase CPU time?

Hi

 

I want to remove multi-user calendar view for chatter user or for particular profile. If not possible, is there way to hide calendar details display for users other than logged user.

Hi

 

I have created class with webservice and generated WSDL. I have also generated Enterprise WSDL. Using the enterprise WSDL and webservice class WSDL previously i can able to access method in .Net using webreference.

 

After that I have created Managed pacakage in SFDC which includes the above mentioned class. Once i generated package, webservice is not working in .Net. I also regenerated WSDL for both and tried it. But It's throwing error as "No service available". 

 

Any idea.  Thanks in advance.

 

Regards

Perumal

Hi

 

i have a requirement to read excel data & manipulation will be carrying on based on the data.

 

It may be via Apex code or by javascript in VisualForce page. Also welcome if any other option for it.

 

Warm Regards

S.Perumalsamy

Hi

 

 I need favour of "How to hide URL i.e.address bar" while page loading. This has to be done in Visualforce page while the page getting loaded.

 

Warm Regards

Perumalsamy

Hi

 

 I need favour of "How to block URL i.e.address bar" while page loading. This has to be done in Visualforce page while the page getting loaded.

 

Warm Regards

Perumalsamy

Hi

 

 I have requirement to use replace() in soql query as like following code.

 

select Name from customobject where replace('custom_field','-','')='value'.

 

Any suggestions for replace() function in soql.

 

Thanks in Advance.

I have a scenario where too many calculations to be done with large volume of data to load a custom visualforce page report. I have almost avoided unnecessary loop in Apex code. Since it is more than 100k records, calculation is taking long time which is exceeding limit of 10000ms. So it is hitting CPU Limit Exceeded error. Is there a way to increase CPU time?

Hi

 

 I have requirement to use replace() in soql query as like following code.

 

select Name from customobject where replace('custom_field','-','')='value'.

 

Any suggestions for replace() function in soql.

 

Thanks in Advance.