• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/crm.php
  • Класс: BitrixImOpenLinesCrm
  • Вызов: Crm::getCodeImol
public function getCodeImol(): string
{
	$result = '';

	$code  = $this->getCode();

	if (!empty($code))
	{
		$result = 'imol|' . $code;
	}

	return $result;
}