# QuoteContactTable

URL: https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/
Проверено на 1С-Битрикс 25.x, обновлено 03.08.2026.
Источник: независимый русскоязычный справочник chugunov.pro. Не является официальной документацией 1С-Битрикс.

Класс `\Bitrix\Crm\Binding\QuoteContactTable`
Модуль: Crm.

## Описание

НИЧЕГО НЕ ПИШИТЕ НИЖЕ ЭТОЙ СТРОКИ

Исходный файл: `source/crm/lib/binding/quotecontact.php:36`

## Константы (9)

- `EVENT_ON_ADD`
- `EVENT_ON_AFTER_ADD`
- `EVENT_ON_AFTER_DELETE`
- `EVENT_ON_AFTER_UPDATE`
- `EVENT_ON_BEFORE_ADD`
- `EVENT_ON_BEFORE_DELETE`
- `EVENT_ON_BEFORE_UPDATE`
- `EVENT_ON_DELETE`
- `EVENT_ON_UPDATE`

## Методы (65)

- [`static add()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/add/) — Добавляет строку в таблицу сущности
- [`static addMulti()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/addmulti/) — Добавляет несколько строк в таблицу сущности.
- [`static bindContactIDs()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/bindcontactids/) — Привязывает предложение к контактам, указанным по идентификатору.
- [`static bindContacts()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/bindcontacts/) — Привязывает предложение к контактам.
- [`static checkFields()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/checkfields/) — Проверяет поля данных перед сохранением в БД. Результат хранится в объекте $result
- [`static cleanCache()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/cleancache/) — Очищает кеш таблета после модификаций данных.
- [`static createCollection()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/createcollection/)
- [`static createObject()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/createobject/)
- [`static cryptoEnabled()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/cryptoenabled/) — Возвращает true, если для поля включено шифрование.
- [`static delete()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/delete/) — Удаляет строку в таблице сущности по первичному ключу
- [`static enableCrypto()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/enablecrypto/) — Устанавливает флаг, указывающий на поддержку шифрования для поля.
- [`static getBulkQuoteBindings()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/getbulkquotebindings/) — Возвращает карту привязок для коллекции предложений.
- [`static getById()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/getbyid/) — Возвращает выборку по первичному ключу сущности
- [`static getByPrimary()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/getbyprimary/) — Возвращает выборку по первичному ключу сущности и необязательным параметрам для getList()
- [`static getCollectionClass()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/getcollectionclass/) — Возвращает класс коллекции объектов для текущей сущности.
- [`static getCollectionClassName()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/getcollectionclassname/) — Возвращает имя класса (без пространства имён) коллекции объектов для текущей сущности.
- [`static getCollectionParentClass()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/getcollectionparentclass/)
- [`static getConnectionName()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/getconnectionname/) — Возвращает имя соединения для сущности
- [`static getContactQuotesIDs()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/getcontactquotesids/) — Возвращает идентификаторы предложений, привязанных к указанному контакту.
- [`static getCount()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/getcount/) — Выполняет запрос COUNT к сущности и возвращает результат.
- [`static getEntity()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/getentity/) — Возвращает объект сущности
- [`static getEntityClass()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/getentityclass/)
- [`static getList()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/getlist/) — Выполняет запрос и возвращает выборку по параметрам запроса. Эта функция является псевдонимом для функций объекта Query
- [`static getMap()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/getmap/) — Возвращает карту полей таблицы.
- [`static getObjectClass()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/getobjectclass/) — Возвращает класс объекта для текущей сущности.
- [`static getObjectClassName()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/getobjectclassname/) — Возвращает имя класса (без пространства имён) объекта для текущей сущности.
- [`static getObjectParentClass()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/getobjectparentclass/)
- [`static getQueryClass()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/getqueryclass/)
- [`static getQuoteBindingCount()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/getquotebindingcount/) — Возвращает количество привязок предложения.
- [`static getQuoteBindings()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/getquotebindings/) — Возвращает привязки предложения.
- [`static getQuoteContactIDs()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/getquotecontactids/) — Возвращает идентификаторы контактов, привязанных к указанному предложению.
- [`static getRow()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/getrow/) — Возвращает одну строку (или null) по параметрам для getList()
- [`static getRowById()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/getrowbyid/) — Возвращает одну строку (или null) по первичному ключу сущности
- [`static getTableName()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/gettablename/) — Возвращает имя таблицы.
- [`static getTitle()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/gettitle/)
- [`static getUfId()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/getufid/)
- [`static hasContacts()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/hascontacts/) — Проверяет, есть ли у предложения контакты.
- [`static isCacheable()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/iscacheable/) — Вы можете полностью отключить кеш для таблета.
- [`static isUtm()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/isutm/)
- [`static isUts()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/isuts/)
- [`static onAdd()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/onadd/)
- [`static onAfterAdd()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/onafteradd/)
- [`static onAfterDelete()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/onafterdelete/)
- [`static onAfterUpdate()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/onafterupdate/)
- [`static onBeforeAdd()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/onbeforeadd/)
- [`static onBeforeDelete()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/onbeforedelete/)
- [`static onBeforeUpdate()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/onbeforeupdate/)
- [`static onDelete()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/ondelete/)
- [`static onUpdate()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/onupdate/)
- [`static postInitialize()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/postinitialize/)
- [`static prepareFilterJoinSql()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/preparefilterjoinsql/) — Подготавливает условие SQL-фильтра JOIN для указанной сущности.
- [`static query()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/query/) — Создаёт и возвращает объект Query для сущности
- [`static rebindAllQuotes()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/rebindallquotes/) — Отвязывает все предложения от исходного контакта и привязывает их к целевому контакту
- [`static setCurrentDeletingObject()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/setcurrentdeletingobject/)
- [`static setDefaultScope()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/setdefaultscope/)
- [`static unbindAllContacts()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/unbindallcontacts/) — Отвязывает указанное предложение от всех контактов.
- [`static unbindAllQuotes()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/unbindallquotes/) — Отвязывает указанный контакт от всех предложений.
- [`static unbindContactIDs()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/unbindcontactids/) — Отвязывает указанное предложение от указанных контактов.
- [`static unbindContacts()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/unbindcontacts/) — Отвязывает указанное предложение от указанных контактов.
- [`static unsetEntity()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/unsetentity/)
- [`static update()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/update/) — Обновляет строку в таблице сущности по первичному ключу
- [`static updateMulti()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/updatemulti/)
- [`static upsert()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/upsert/) — Выполняет операцию UPSERT.
- [`static wakeUpCollection()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/wakeupcollection/)
- [`static wakeUpObject()`](https://chugunov.pro/api-bitrix/crm/binding/quotecontacttable/wakeupobject/)

Оригинал в официальной документации: https://docs.1c-bitrix.ru/api/classes/Bitrix-Crm-Binding-QuoteContactTable.html
