The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
24 views

Changing time of schedule task

I have a schedule task configured in force.com. I want to change the time it runs. I go to set up / monitoring / schedule jobs. But I only see the option to delete it. Is there any to make a change ...
2
votes
1answer
86 views

Session ID from scheduled jobs

Here's the scenario. I have a remote application which is invoked from an HTTP callout. In this callout, I am passing the session ID. The application can then do its stuff without needing a ...
0
votes
1answer
29 views

Scheduling Report Emails to clone of “Customer Portal Manager Custom” profile not working

Scheduling Report Emails to clone of Customer Portal Manager Custom profile is not working. This cloned profile has both, Run Reports and Export Reports, enabled, not that it should matter because: ...
3
votes
1answer
82 views

Too many script statements (in a patch org only - OK in dev org)

I have a schedulable class in my managed application. (I feel that some of the code I am about to discuss is not good code so in my defence I want to clarify that I did not write this code - I just ...
1
vote
1answer
66 views

Schedule reports based on field change

Is there a way to track individual field changes in a visual force page/build a report that shows the fields have not been updated for a while? All I want to do is keep emailing the user until a ...
2
votes
1answer
326 views

Linking CronTrigger sObjects to Scheduled Jobs listings

When using System.schedule to add apex jobs to the scheduled jobs listing it creates a CronTrigger sObject containing the expression determining when the job is set to run. However this CronTrigger ...
6
votes
3answers
514 views

Viable design for multiple batch jobs

I've recently run across multiple needs to execute multiple different batch jobs at the same time, and almost immediately hit the (somewhat inexplicable) SFDC limit of 5 batch jobs queued at once. ...