• Anand Agrawal
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 3
    Replies

Hi Guyz,

 

I am working on Performance Improvement. I need a favour, when I click on Particular button I want some fields to be re-rendered, I cant use the ActionFunction or CommandButton because that makes a call to Server/Controller. and I want to avoid this call.

 

Is there anyway I can re-rendered the salesforce component without making any call to Server/Controller.

 

Thanks in advance,

 

 

Anand Agrawal.

Hi,

 

I am trying to create a Inactive User throuth the Visual force & Apex code. The User gets created there is no problem in that, However after creating the Records it redirects the Page to new Page with theMessage: 

 

"Your account has been disabled

Your company administrator has disabled access to the system for you. Please contact your administrator for more information"

 

There is no Failures or Exception in Debug Log, It properly executes the last code of the Function.

 

If I try to Add Active User then it works properly without any redirection of the page. and if I change the state to Inactive of an existing User then also it works fine without any problem.

 

Can u please tell what could be the problem ?

 

Thanks in Advance.

 

Regards,

Anand Agrawal.

Hi Guyz,

 

I am working on Performance Improvement. I need a favour, when I click on Particular button I want some fields to be re-rendered, I cant use the ActionFunction or CommandButton because that makes a call to Server/Controller. and I want to avoid this call.

 

Is there anyway I can re-rendered the salesforce component without making any call to Server/Controller.

 

Thanks in advance,

 

 

Anand Agrawal.