Info on autotask

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
Is there a way to see info on previous autotask operation?

I'm curiuos when my promo feed last ran.

Darren
11 years ago
You can do it manually:
1. Connect to your database and execute the following command:
SELECT * FROM ScheduleTask
GO

2. Have a look at [LastStartUtc], [LastEndUtc], [LastSuccessUtc] columns (their names are self-describing)
11 years ago
a.m. wrote:
You can do it manually:
1. Connect to your database and execute the following command:
SELECT * FROM ScheduleTask
GO

2. Have a look at [LastStartUtc], [LastEndUtc], [LastSuccessUtc] columns (their names are self-describing)


Great. Thanks.

Only problem is - they are null

I'll look into it...
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.