Answer the question
In order to leave comments, you need to log in
Why can't I get the values of the custom field of the infoblock section?
I'm trying to filter sections of the infoblock by the value of a custom property, or at least get its value in order to do it manually. Tried in different variations (in the file result_modifier.php):
$docsSectionL = CIBlockSection::GetList(
[],
['IBLOCK_CODE'=>'dev_docs', 'ACTIVE'=>'Y', 'UF_DEV'=>$arResult['ID']],
false,
['ID', 'UF_*']
);
while($docsSectionE = $docsSectionL->GetNext()) {
var_dump($docsSectionE);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question