• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/entity.php
  • Класс: BitrixSaleInternalsEntity
  • Вызов: Entity::isMarkedFieldCustom
public function isMarkedFieldCustom(string $name) : bool
{
	return $this->fields->isMarkedCustom($name);
}