Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
1) getlist https://dev.1c-bitrix.ru/api_help/iblock/classes/c...
2) setpropertyvaluesex https://dev.1c-bitrix.ru/api_help/iblock/classes/c...
I'm trying to add a value for a property of this element, so
$ELEMENT_ID = 33; // element code
$PROPERTY_CODE = "Seasons"; // property code
$PROPERTY_VALUE = "Summer"; // property value
// Set a new value for the given property of the given element
CIBlockElement::SetPropertyValuesEx($ELEMENT_ID, 2, array($PROPERTY_CODE => $PROPERTY_VALUE));
But nothing works
where I am, what I write wrong, please tell me.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question