Skip to content

[Feature in SDK]: Request to add support for the offline-events "auth_connector" parameter in entity change requests. #386

@AndrewTishkin

Description

@AndrewTishkin

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.

  $b24->core->call('crm.deal.update', [
      'id'             => $dealId,
      'fields'         => ['STAGE_ID' => 'WON'],
      'auth_connector' => 'my_sync',
  ]);

Example

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions