You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

It connects to the Connect PHP API with the answer ID as an argument, but it is "null".

Accepted answer
18
Views
1
Comments
edited Jun 8, 2022 8:36AM in Agent Desktop 1 comment

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!