• ReeaDeveloper
  • NEWBIE
  • 0 Points
  • Member since 2011

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

Hello. I have some questions about how script statements work. If I go on a vf page and I run a piece of code of 180,000 script statements does it mean I have left 20,000 script statements for other functionality? Also using multiple classes makes the script statements for each to count and add to the controller that stated the execution?

Hello. I have this piece of code where I am searching through a web service callout some objects. I want to import to salesforce multiple results at a time and I am saving them in a Map<key, myObject>.

After adding over 100 objects to the map i get the viewstate limit error and I am not showing this map in the vf page. I am using it in the controller to store my objects before the import process.

Any suggestions how could i solve this?