Power BI Connector for Zoho CRM

Build 25.0.9454

TransferAndDeletePipeline

Deletes a pipeline and reassigns all of its stages to a target pipeline, preserving existing deal associations.

Procedure-Specific Information

ZohoCRM Supports deleting a pipeline and transferring the associated stages to another pipeline by providing the FromId, ToId,Stages and LayoutId of the related pipeline.

Note: It works only with ApiVersion=2.1.

For Example:

EXEC TransferAndDeletePipeline FromId = '228122000000252002',ToId = '228122000000202388', Stages = '[\n" +
            "        {\n" +
            "          \"from\": \"4917206000000006801\",\n" +
            "          \"to\": \"4917206000000006801\"\n" +
            "        }\n" +
            "      ]', LayoutId = '228122000000202258'

Input

Name Type Description
FromId String Identifier (Id) of the pipeline to be deleted. Deals from this pipeline are transferred to another pipeline.
ToId String Id of the target pipeline where the deals is transferred.
Stages String Stages in the current pipeline that are mapped to the new pipeline.
LayoutId String Unique Id of the layout in the Deals module from which pipeline details are retrieved.

Result Set Columns

Name Type Description
Status String Indicates whether the transfer operation was successful.
JobId String The job identifier of the newly created transfer operation.
Message String The message from the Zoho CRM API indicating if the operation was successful.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454