Currently, passing this parameter is only possible through the use of low-level call(), which is inconvenient if you prefer to work through scope methods.
$b24->core->call('crm.deal.update', [
'id' => $dealId,
'fields' => ['STAGE_ID' => 'WON'],
'auth_connector' => 'my_sync',
]);
Description
https://apidocs.bitrix24.ru/api-reference/events/offline-events.html#how-to-avoid-cycles
Currently, passing this parameter is only possible through the use of low-level call(), which is inconvenient if you prefer to work through scope methods.
Example
No response