- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_document.php
- Класс: \CCrmDocument
- Вызов: CCrmDocument::GetGUIFieldEdit
static function GetGUIFieldEdit($documentType, $formName, $fieldName, $fieldValue, $arDocumentField = null, $bAllowSelection = false)
{
return static::GetFieldInputControl(
$documentType,
$arDocumentField,
array('Form' => $formName, 'Field' => $fieldName),
$fieldValue,
$bAllowSelection
);
}