JDBC Driver for Act! CRM

Build 22.0.8462

UnclearActivity

Unclears an activity.

Stored Procedures Specific Information

Process of unclearing activity

Act! CRM allows only a small subset of columns to be used in the WHERE clause of a SELECT query. These columns can typically be used with only = comparision. The available columns for UnclearActivity are ActivityId. For example:

EXEC UnclearActivity ActivityId = '123456';

Input

Name Type Description
ActivityId String The unique identifier (id) for a given occurrence activity.

Result Set Columns

Name Type Description
Status String Stored Procedure Execution Status

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462