• FDC_Craig
  • NEWBIE
  • 0 Points
  • Member since 2012

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

Hello,

 

I've been stuck on this one for a little while.

 

Given a list of Case Ids, Does anybody have any clue how I could go about downloading the files posted to the chatter feeds (of the cases) via data loader or otherwise.

 

Please note: I am not looking to download everything through data export, but the chatter attachments of my list of cases (aprox 150)

 

Thanks!

I have a hybrid app (connecting to visualforce) using SalesforceMobileSDK-Android.

The app works fine in emulator, however when runnign on Galaxy Tab 2 (10.1) The app unexpectidly quits whenever it is launched.

 

I have the following stacktrace from logcat:

07-03 14:55:36.351: E/AndroidRuntime(13245): FATAL EXCEPTION: main
07-03 14:55:36.351: E/AndroidRuntime(13245): java.lang.RuntimeException: Unable to create application com.fluffyduck.mallard.MallardApp: java.lang.NullPointerException
07-03 14:55:36.351: E/AndroidRuntime(13245): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3971)
07-03 14:55:36.351: E/AndroidRuntime(13245): at android.app.ActivityThread.access$1300(ActivityThread.java:128)
07-03 14:55:36.351: E/AndroidRuntime(13245): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1199)
07-03 14:55:36.351: E/AndroidRuntime(13245): at android.os.Handler.dispatchMessage(Handler.java:99)
07-03 14:55:36.351: E/AndroidRuntime(13245): at android.os.Looper.loop(Looper.java:137)
07-03 14:55:36.351: E/AndroidRuntime(13245): at android.app.ActivityThread.main(ActivityThread.java:4514)
07-03 14:55:36.351: E/AndroidRuntime(13245): at java.lang.reflect.Method.invokeNative(Native Method)
07-03 14:55:36.351: E/AndroidRuntime(13245): at java.lang.reflect.Method.invoke(Method.java:511)
07-03 14:55:36.351: E/AndroidRuntime(13245): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:790)
07-03 14:55:36.351: E/AndroidRuntime(13245): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:557)
07-03 14:55:36.351: E/AndroidRuntime(13245): at dalvik.system.NativeStart.main(Native Method)
07-03 14:55:36.351: E/AndroidRuntime(13245): Caused by: java.lang.NullPointerException
07-03 14:55:36.351: E/AndroidRuntime(13245): at com.salesforce.androidsdk.auth.HttpAccess.(HttpAccess.java:120)
07-03 14:55:36.351: E/AndroidRuntime(13245): at com.salesforce.androidsdk.auth.HttpAccess.init(HttpAccess.java:90)
07-03 14:55:36.351: E/AndroidRuntime(13245): at com.salesforce.androidsdk.app.ForceApp.onCreate(ForceApp.java:129)
07-03 14:55:36.351: E/AndroidRuntime(13245): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:973)
07-03 14:55:36.351: E/AndroidRuntime(13245): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3968)
07-03 14:55:36.351: E/AndroidRuntime(13245): ... 10 more

Any help would be much appreciated.

Hi,

 

We have an application we have built on our platform for managing our training business.  We use one object to produce a certificate for delegates after the course.  The certificate displays a signature and sometimes a logo dependant on the course.  We store these images in "Documents" which we make externally avaiblable and use the <apex:image> componenet to display.  This was working fine up until today.  Today for some reason none of the images will display in the pdfs.  I cannot see any changes to the code or the links we have been using - was there any changes made to the Salesforce platform last night which could effect this?  Has anyone else seen this issue?

 

The line of code we use is:

 

<apex:image height="1.3cm" url="https://eu1.salesforce.com/servlet/servlet.ImageServer?id=015D0000001Fs3o&oid=00D200000000Evl" />

 

https://eu1.salesforce.com/servlet/servlet.ImageServer?id=015D0000001Fs3o&oid=00D200000000Evl

 

I would approach support but I've be told in the past that with our service level they do not support VF.

 

Many Thanks.

Julie

 

  • July 26, 2012
  • Like
  • 0