Skip to content

[Feature in SDK]: add support for crm.type.* methods #274

@mesilov

Description

@mesilov

Description

https://apidocs.bitrix24.com/api-reference/crm/universal/user-defined-object-types/index.html?tabs=defaultTabsGroup-q0nff5ls_methods#smart-processes

Methods

  • crm.type.add | Creates a new smart process
  • crm.type.update | Updates the smart process
  • crm.type.get | Returns the smart process by id
  • crm.type.getByEntityTypeId | Returns the smart process by entityTypeId
  • crm.type.list | Returns a list of smart processes
  • crm.type.delete | Deletes the smart process
  • crm.type.fields | Returns the fields of the smart process

Events

  • onCrmTypeAdd | When a smart process is created
  • onCrmTypeUpdate | When a smart process is updated
  • onCrmTypeDelete | When a smart process is deleted

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions