• William De Gaëtano
  • NEWBIE
  • 0 Points
  • Member since 2014
  • Sopra Steria Group

  • Chatter
    Feed
  • 0
    Best Answers
  • 3
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
Hello,
 
I encounter an issue with the Salesforce for Social Media App and pictures from direct messages (twitter).
The picture are not showing in the “First Attachment Image” field if the conversation come from a private message. If i want to open the link to see the picture, i must login with the twitter account credentials, but the other user do not have them and can't see this image.
 
This is a known issue? Someone know how to solve it ?

Thank you !
Hello,

I want implement Queueable Apex on Sandbox (Winter 15) and I follow the example on this article : https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_queueing_jobs.htm but when i launch test class, i have this error :  "This method is not implemented" 
And, in Debug log, i have : FATAL_ERROR Internal Salesforce.com Error

Code apex : 
public class AsyncExecutionExample implements queueable {
    public void execute(queueablecontext context) {
        system.debug('test');
    }
}

On my Dev Org, this code works.

Someone already encountered this problem? Thank you for your help
Hello,

I want implement Queueable Apex on Sandbox (Winter 15) and I follow the example on this article : https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_queueing_jobs.htm but when i launch test class, i have this error :  "This method is not implemented" 
And, in Debug log, i have : FATAL_ERROR Internal Salesforce.com Error

Code apex : 
public class AsyncExecutionExample implements queueable {
    public void execute(queueablecontext context) {
        system.debug('test');
    }
}

On my Dev Org, this code works.

Someone already encountered this problem? Thank you for your help
Hello,
 
I encounter an issue with the Salesforce for Social Media App and pictures from direct messages (twitter).
The picture are not showing in the “First Attachment Image” field if the conversation come from a private message. If i want to open the link to see the picture, i must login with the twitter account credentials, but the other user do not have them and can't see this image.
 
This is a known issue? Someone know how to solve it ?

Thank you !
Hello,

I want implement Queueable Apex on Sandbox (Winter 15) and I follow the example on this article : https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_queueing_jobs.htm but when i launch test class, i have this error :  "This method is not implemented" 
And, in Debug log, i have : FATAL_ERROR Internal Salesforce.com Error

Code apex : 
public class AsyncExecutionExample implements queueable {
    public void execute(queueablecontext context) {
        system.debug('test');
    }
}

On my Dev Org, this code works.

Someone already encountered this problem? Thank you for your help