It connects to the Connect PHP API with the answer ID as an argument, but it is "null".
Summary
It connects to the Connect PHP API with the answer ID as an argument, but it is "null".Content
I am writing the following source code.
$answerID = \RightNow\Utils\Url::getParameter('a_id');
$answerData = \RightNow\Connect\v1_4\Answer::fetch($answerID);
Even if you change it to the following, the value is null.
・Connect\v1_3
・Connect\v1_2
・Connect\v1_1
The above source code can be found in answer / detail.php.
Version
3.8
Tagged:
0