• hihomey
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
Hi,
 
We're an AppExchange offering and sandbox users are installing our app. Our backend system interface logs in (via Java) with the user's credentials and it appears that the correct endpoint is not being returned. My understanding is that we need to set the endpoint header to test.salesforce.com.
 
Is there a way via the API to identify sandbox users so that we can handle the SOAP header differently in a programmatic way? 
 
Thanks
Hi,
 
I have an urgent need. I'm getting the API_DISABLED_FOR_ORG exception in Actionscript for a trial Prof. Edition. We're certified and have a client ID. How do I set this header via the Flex toolkit? Do I need to go under the covers for this, hopefully it won't be too painful.
 
Any help is much appreciated.
 
Thanks
I am creating a moderate class which is about 38,769 bytes in Eclipse but when I try to save it back to salesforce i get the message:
"Save error: The total size of apex code in this application after removing comments exceeds the maxiumum character size of 1000000".
I don't see how this can be since i clear have less than 1,000,000 bytes.  Any ideas? 
  • August 01, 2008
  • Like
  • 0
We've got some custom objects in Salesforce where we currently require our end users to click a web link on an account to create.  The web link is basically passing information via the URL to fields on the edit screen.  In addition, it enforces that the recordtype is always "New".  The users have access to other recordtypes, which the these new records eventually become, but they always need to start at "New".
 
With the Winter 07 release, I'm looking at the options of either removing the standard New button totally, and potentially overriding the "New" button with similar code as the weblink to pass information to the edit screen.  I would prefer to override the "New" button, since it shows up in the related lists, along with the hover button related lists.
 
However, it appears that when you override the "New" button with an s-control, it going to the recordtype selection screen prior to running the s-control.  There does not appear to be a way to have the "New" button force a recordtype like a weblink can. 
 
Is anyone aware of any way to avoid the recordtype selection screen when overriding the "New" button on an object?  Short of adjusting the profile of the user to only let them create new recordtypes, (which isn't feasible here, since the user later changes the recordtypes) I haven't been able to figure out a way.
 
Thanks!
 
Jon Keener