S
S
sagaton2021-11-11 16:58:50
1C-Bitrix
sagaton, 2021-11-11 16:58:50

How to check the checkbox in the Order Property via API?

I create a new property for delivery.
$arFields = array(
"PERSON_TYPE_ID" => 1,
"NAME" => "Delivery time",
"TYPE" => "DATE",
"SHOW_TIME" => "Y",
"REQUIED" => "Y",
" DEFAULT_VALUE" => "",
"SORT" => 100,
"CODE" => "TIME",
"USER_PROPS" => "N",
"IS_LOCATION" => "N",
"IS_LOCATION4TAX" => "N",
"PROPS_GROUP_ID" => 2,
"SIZE1" => 0,
"SIZE2" => 0,

"TYPE" => "DATE", If you open the created property, then there is a checkbo time item.
No matter how I tried to install it via the API, everything was ignored.
Does anyone know how to ask it?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question