TDV Adapter for Act! CRM

Build 22.0.8462

SubscribeContactToHotLeads

Subscribes a contact to hot-leads

Stored Procedures Specific Information

Process of subscribing contact to hot-leads

ActCRM 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 SubscribeContactToHotLeads are ContactId and Active. For example:

EXEC SubscribeContactToHotLeads ContactId = '123456', Active = true;

Input

Name Type Description
ContactId String The unique identifier (id) for a given contact
Active Boolean If the contact will be subscribed to hot leads.

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