JDBC Driver for Outreach

Build 23.0.8839

TaskReschedule

Reschedules a task by setting a new task due time

Stored Procedure Specific Information

Outreach allows only a small subset of columns to be used in the EXEC query. These columns can typically be used with only = comparison. For example:

EXECUTE TaskReschedule Id = 1, DueAt = 2022-01-25

Input

Name Type Required Description
Id Integer True ID of the task.
DueAt Date True The new time for the task to be due.

Result Set Columns

Name Type Description
Status String Execution status of the stored procedure.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839