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

Answerテーブルのメモ(Notes)を取得する方法について

Question
27
Views
0
Comments
edited Jun 8, 2022 8:36AM in Agent Desktop

Summary

Answerテーブルのメモ(Notes)を取得する方法について

Content

Answerのメモを取得する方法についてご教示いただけないでしょうか?

 

例えば

              
              <?
              //「メモ」フィールドの値を取得する
              $answerID = \RightNow\Utils\Url::getParameter('a_id');
              $answerDate = $this->model('Answer')->get($answerID)->result;
              var_dump($answerDate);
                  
              //$answerMemo =$answerDate->notes;
              //var_dump($answerMemo);
              ?>

宜しくお願い致します。

Version

3.8

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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