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

Please tell me how to get and display the memo of the answer table.

Received Response
10
Views
3
Comments
edited Jun 8, 2022 8:36AM in Agent Desktop 3 comments

Summary

Please tell me how to get and display the memo of the answer table.

Content

I want to get the notes value from the answer table and display it in the CP.

 

I am writing the following source code.

<?
$answerID = \RightNow\Utils\Url::getParameter('a_id');

$answerDate = $this->model('Answer')->get($answerID)->result;    

$answerMemo =$answerDate->notes;

?>

 

Please help someone!!

Version

3.8

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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