• GSP_4S
  • NEWBIE
  • 5 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 5
    Replies
I'd like to communicate with my domain via an S-Control.  I've set up an S-Control with a URL like this: 

Code:
http://www.myserver.com/main.do—sfo={!$Organization.Id}&sfu={!$User.Id}


Is this the preferred and secure way to communicate with an external web resource via a URL-style S-Control?
  • March 29, 2007
  • Like
  • 0
I'm building a external application that will tie into the SalesForce interface using a S-Control in the hopes of eventually making a public application for the App Exchange.

I'm trying to uniquely identify the account and user of the application using the organization and user ids.

For example:
http://www.myserver.com/main.do?sfo={!$Organization.Id}&sfu={!$User.Id}

This would, of course, return an HTML page that would fill a panel in the SalesForce interface.

Is this a good way to proceed?  Is there a better way to do this?
  • March 27, 2007
  • Like
  • 0
I'd like to communicate with my domain via an S-Control.  I've set up an S-Control with a URL like this: 

Code:
http://www.myserver.com/main.do—sfo={!$Organization.Id}&sfu={!$User.Id}


Is this the preferred and secure way to communicate with an external web resource via a URL-style S-Control?
  • March 29, 2007
  • Like
  • 0
I'm building a external application that will tie into the SalesForce interface using a S-Control in the hopes of eventually making a public application for the App Exchange.

I'm trying to uniquely identify the account and user of the application using the organization and user ids.

For example:
http://www.myserver.com/main.do?sfo={!$Organization.Id}&sfu={!$User.Id}

This would, of course, return an HTML page that would fill a panel in the SalesForce interface.

Is this a good way to proceed?  Is there a better way to do this?
  • March 27, 2007
  • Like
  • 0
Thanks in advance for any insight. I keep getting this error on some data I am trying to import into SFDC. It kicks back around 50 records with this error. Not sure what it means.
 
Error, row is larger than header
 
Wondering if anyone has seen this or has any idea what it means.
Hi,

I am a new user of salesforce but i know a bit about salesforce and have a fair knowledge of S_Controls and other custom objects and controls.

The main thing is that i want to develop a discussion forum inside salesforce.com.
It can be a custom tab like the other tabs available in the SFDC.
Users can start a thread and others users can post a reply to that thread.

Can someone please help me  with this.

Thanks.
Hi,
          Have a question about the SimpleDateFormat I should use to encode and decode the event activityDateTime. So the dateTimes need to be in ISO8601 format (e.g. 2006-12-22T13:00:00Z).
      
Should the right SimpleDateFormat be :new SimpleDateFormat(("yyyy-MM-dd'T'HH:mm:ss'Z'");
                                                          or  new SimpleDateFormat(("yyyy-MM-dd'T'HH:mm:ssZ")?





         Thanks!
  • December 18, 2006
  • Like
  • 0