• Chris Wolf.ax888
  • NEWBIE
  • 0 Points
  • Member since 2010

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

Hi all,

 

I have a selectList and I am populating the values of the pick list by doing an AJAX call to a function in the controller. It all works fine but when i try to edit the values on the form and click on the submit button, it gives me an error "Value is not valid.". It forgets what the picklist values are when i click the submit button.

 

Any help is appreciated!!

 

Regards

Mukul

  • October 22, 2009
  • Like
  • 0
I have a live application on AppExchange that has been working for many months.  It uses a Session to login.  A Salesforce Sales Engineer has it installed in a demo org of their's and he gets the error message INVALID_SESSION_ID: Invalid Session ID found in SessionHeader: Illegal Session when it makes the getUserInfo call.  I have been working with him and have access to his org and know that the initial Session connection is being made (I have seen it connect in my code).  However, once the code makes the getUserInfo call, it gives that error message above.

I don't know if there is anything special about demo orgs, but from what I can tell, it looks fine.  In fact, he used this same org to connect to my system several months ago.

This org is on NA1.  I have other DE and EE orgs on NA1 that work with no issues.  It's just this one.

I am using the latest and greatest PHP toolkit.

Thoughts?
  • March 18, 2008
  • Like
  • 0