Answer the question
In order to leave comments, you need to log in
Why does the CTicket::Set method return nothing but execute?
Hello. I'm adding a message to a support request. I do it the same way as the manual .
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_before.php");
CModule::IncludeModule("support");
$arFields = array(
"MESSAGE" => "message"
);
$NEW_TICKET_ID = CTicket::Set($arFields, $MESSAGE_ID, '4972', "N");
echo "MESSAGE_ID = ".$MESSAGE_ID;
Answer the question
In order to leave comments, you need to log in
the method is terminated.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question