• Xav
  • NEWBIE
  • 0 Points
  • Member since 2013

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

Hi,

 

I am trying to build a custom page, that display "Bulk API Jobs" in a data grid. I am using the following statement :

 

List<AsyncApexJob> jobs = [SELECT Id FROM AsyncApexJob];

 but it does not return anything. And when i go the page "https://xxxx.salesforce.com/750?setupid=AsyncApiJobStatus" i see my job in status "Open". 

Is it possible to do this kind of query on Bulk Jobs ? If not, is there a way to embeded the "Bulk Jobs List" inside a custom apex page ?

 

Xavier

  • June 24, 2013
  • Like
  • 1

Hi,

 

I am trying to build a custom page, that display "Bulk API Jobs" in a data grid. I am using the following statement :

 

List<AsyncApexJob> jobs = [SELECT Id FROM AsyncApexJob];

 but it does not return anything. And when i go the page "https://xxxx.salesforce.com/750?setupid=AsyncApiJobStatus" i see my job in status "Open". 

Is it possible to do this kind of query on Bulk Jobs ? If not, is there a way to embeded the "Bulk Jobs List" inside a custom apex page ?

 

Xavier

  • June 24, 2013
  • Like
  • 1

Hi,

 

I am trying to build a custom page, that display "Bulk API Jobs" in a data grid. I am using the following statement :

 

List<AsyncApexJob> jobs = [SELECT Id FROM AsyncApexJob];

 but it does not return anything. And when i go the page "https://xxxx.salesforce.com/750?setupid=AsyncApiJobStatus" i see my job in status "Open". 

Is it possible to do this kind of query on Bulk Jobs ? If not, is there a way to embeded the "Bulk Jobs List" inside a custom apex page ?

 

Xavier

  • June 24, 2013
  • Like
  • 1