Documentation

crm.deal.details.configuration.forceCommonScopeForAll

The method forces general deal details for all users.

Attention! Configuration for deal details for different pipelines (or funnels) can vary. The dealCategoryId parameter is used to switch between deal details configurations for different pipelines.

Parameters

Parameter Description Available from version
extras Extra parameters. dealCategoryId parameter can be specified here.

Example

//---
//Set general details for general deal pipeline for all users.
BX24.callMethod(
    "crm.deal.details.configuration.forceCommonScopeForAll",
    {},
    function(result)
    {
        if(result.error())
            console.error(result.error());
        else
            console.dir(result.data());
    }
);
//---


© «Bitrix24», 2001-2024
Up