• i@am.trinity
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Getting 
exceptionCode: InvalidSessionId
exceptionMessage: Unable to find session id.

My steps are:
1. /services/async/37.0/job
2.Request Headers -> Content-Type: application/json; charset=UTF-8
Accept: application/json
X-SFDC-Session:
Session Id from the previous unit SOAP API login() call
Also tryed to use the id from UserInfo.getSessionId()
3.Request Body
  {
  "operation" : "insert",
  "object" : "Account",
  "contentType" : "JSON"
}
 
Getting 
exceptionCode: InvalidSessionId
exceptionMessage: Unable to find session id.

My steps are:
1. /services/async/37.0/job
2.Request Headers -> Content-Type: application/json; charset=UTF-8
Accept: application/json
X-SFDC-Session:
Session Id from the previous unit SOAP API login() call
Also tryed to use the id from UserInfo.getSessionId()
3.Request Body
  {
  "operation" : "insert",
  "object" : "Account",
  "contentType" : "JSON"
}
 
Hi,

I am new to this forum so not quite sure whether this is the right place to post this because it is not a question - It's more of an announcement of a new plugin in Sublime to preview Visualforce page in Sublime text.

Initially it was a question on stackexchange: http://salesforce.stackexchange.com/questions/61323/how-to-preview-visualforce-page-using-mavensmate/61336#61336 . Although I don't quite use the preview button in developer console, but this question made me think that there is a requirement to bring this functionality to Sublime text. So I wrote this plugin. The links to this are:

Github: https://github.com/Lanceshi2/VisualforcePreview
Package Control: https://packagecontrol.io/packages/VisualforcePreview

Please let me know what you think about this.