TDV Adapter for Zoho CRM

Build 22.0.8462

DelinkRelatedRecords

It will remove the relation between modules.

Procedure-Specific Information

ZohoCRM Supports related lists for some specific modules and we can remove the relation between modules by providing the ModuleName, Related ModuleName, RecordId of the module and RecordId of the related module.

NOTE: We can remove multiple relations by providing comma separated value of Related record id's.

For Example:

EXEC DelinkRelatedrecords Module = 'Campaigns',RecordId = '4482327000000467001', RelatedModule = 'Leads', RelatedRecordId = '4482327000000271429'

EXEC DelinkRelatedrecords Module = 'Campaigns',RecordId = '4482327000000467001', RelatedModule = 'Leads', RelatedRecordId = '4482327000000271429,4482327000000271430'

Input

Name Type Description
Module String Supported Module name.
RelatedModule String Related Module name.
RecordId String Record id of the module.
RelatedRecordId String Record id of the related module.

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