Bitrix API

ProcessToDoActivityResponsible extends ProcessEntity

FinalYes

Supports phrase codes:

CRM_ACTIVITY_TODO_DEFAULT_BECOME_RESPONSIBLE CRM_ACTIVITY_TODO_LEAD_BECOME_RESPONSIBLE CRM_ACTIVITY_TODO_DEAL_BECOME_RESPONSIBLE CRM_ACTIVITY_TODO_CONTACT_BECOME_RESPONSIBLE CRM_ACTIVITY_TODO_COMPANY_BECOME_RESPONSIBLE CRM_ACTIVITY_TODO_QUOTE_BECOME_RESPONSIBLE CRM_ACTIVITY_TODO_ORDER_BECOME_RESPONSIBLE CRM_ACTIVITY_TODO_SMART_INVOICE_BECOME_RESPONSIBLE CRM_ACTIVITY_TODO_DYNAMIC_BECOME_RESPONSIBLE

CRM_ACTIVITY_TODO_DEFAULT_NO_LONGER_RESPONSIBLE CRM_ACTIVITY_TODO_LEAD_NO_LONGER_RESPONSIBLE CRM_ACTIVITY_TODO_DEAL_NO_LONGER_RESPONSIBLE CRM_ACTIVITY_TODO_CONTACT_NO_LONGER_RESPONSIBLE CRM_ACTIVITY_TODO_COMPANY_NO_LONGER_RESPONSIBLE CRM_ACTIVITY_TODO_QUOTE_NO_LONGER_RESPONSIBLE CRM_ACTIVITY_TODO_ORDER_NO_LONGER_RESPONSIBLE CRM_ACTIVITY_TODO_SMART_INVOICE_NO_LONGER_RESPONSIBLE CRM_ACTIVITY_TODO_DYNAMIC_NO_LONGER_RESPONSIBLE

CRM_ACTIVITY_TODO_DEFAULT_BECOME_RESPONSIBLE_EX CRM_ACTIVITY_TODO_DEFAULT_NO_LONGER_RESPONSIBLE_EX

CRM_ACTIVITY_TODO_DEFAULT_BECOME_RESPONSIBLE_EMPTY_SUBJECT CRM_ACTIVITY_TODO_DEFAULT_NO_LONGER_RESPONSIBLE_EMPTY_SUBJECT

Table of Contents

Constants

BECOME  = 'BECOME_RESPONSIBLE'
BECOME_EMPTY_SUBJECT  = 'BECOME_RESPONSIBLE_EMPTY_SUBJECT'
BECOME_EX  = 'BECOME_RESPONSIBLE_EX'
NO_LONGER  = 'NO_LONGER_RESPONSIBLE'
NO_LONGER_EMPTY_SUBJECT  = 'NO_LONGER_RESPONSIBLE_EMPTY_SUBJECT'
NO_LONGER_EX  = 'NO_LONGER_RESPONSIBLE_EX'
PROCESS_ADD  = 'ADD'

Methods

__construct()  : mixed
buildCode()  : string
Method to build phrase code by set parameters
getFilePath()  : string
getMessage()  : string
getMessageCallback()  : callable
setType()  : self

Constants

Methods

__construct()

public __construct(int $entityTypeId[, int $entityId = null ]) : mixed
Parameters
$entityTypeId : int
$entityId : int = null

buildCode()

Method to build phrase code by set parameters

public buildCode() : string
Return values
string

getMessage()

public getMessage([array<string|int, mixed> $replace = [] ]) : string
Parameters
$replace : array<string|int, mixed> = []
Return values
string

getMessageCallback()

public getMessageCallback([array<string|int, mixed> $replace = [] ]) : callable
Parameters
$replace : array<string|int, mixed> = []
Return values
callable

setType()

public setType(string $type) : self
Parameters
$type : string
Return values
self

        
On this page

Search results