• Sfdc_test
  • NEWBIE
  • 0 Points
  • Member since 2012

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

Hi ,

 

I have some pdf docs store on my website . My requirement is to access those docs from Salesforce by clicking on particular link (link will contain URL of the document  ) present on VF page  .

 

I dont want user to pass credential of website while accessing docs.While , it should be auto populated from code .

 

Any help will be appreciated .

 

Regards ,

Neha

 

 

 

 

Hi All ,

 

I have created one custom chatter page , now my requirement is - when user with specific profile will try to access anything (tab, vf, standard page) in that Org , he /she would be logged out .

 

I want the user to access only my custom chatter page , nothing else in th Org . can I implement such functionality using home page component or using default landing page ?

 

Regards,

 

Neha

Hi All ,

 

I have created one custom chatter page , now my requirement is - when user with specific profile will try to access anything (tab, vf, standard page) in that Org , he /she would be logged out .

 

I want the user to access only my custom chatter page , nothing else in th Org . can I implement such functionality using home page component or using default landing page ?

 

Regards,

 

Neha

Hi

 

   I implemnted pagination accordingt to below url

    http://forceguru.blogspot.com/2011/04/pagination-in-salesforce.html

 

   http://blog.jeffdouglas.com/2009/07/14/visualforce-page-with-pagination/

 

One thing I noticed is the checkboxes don’t maintain state if you check one, go to the next page, then go back. I think it’s due to line 20 in your controller, as it recreates the List of wrapper objects with each page.

 

  Can One has solu to fix this issue...

 

Thanks

ashok