Answer the question
In order to leave comments, you need to log in
Bitrix getlist from a table how to make a restriction on the selection?
There is a getlist that gets records from the database:
$arRes = Models\WebinarHL::getList(array(
'UF_USER_ID' => $USER_ID, //$USER_ID //38265
'!UF_ID_ELEMENT' => $ELEMENT_ID,
'UF_REG' => true,
'!UF_LINK' => false,
'UF_ACTIVE' => true
));
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