<div dir="ltr">Try changing h to capital letter in hello , <span style="color:rgb(51,51,51);font-family:Georgia,"Times New Roman",Times,serif;font-size:13px;line-height:18.2px">class Device_hello_Action</span></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><br>Regards,<br>Lajeesh<br></div></div>
<br><div class="gmail_quote">On Fri, Aug 26, 2016 at 9:14 PM, Rey Polanco <span dir="ltr"><<a href="mailto:reypolanco@gmail.com" target="_blank">reypolanco@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Everyone <div><br></div><div>is the some sort of guideline for creating a Action controller for a custom module ?</div><div><br></div><div><br style="color:rgb(51,51,51);font-family:Georgia,"Times New Roman",Times,serif;font-size:13px;line-height:18.2px"><br style="color:rgb(51,51,51);font-family:Georgia,"Times New Roman",Times,serif;font-size:13px;line-height:18.2px"><span style="color:rgb(51,51,51);font-family:Georgia,"Times New Roman",Times,serif;font-size:13px;line-height:18.2px">class Device_hello_Action extends Vtiger_Action_Controller {</span><br style="color:rgb(51,51,51);font-family:Georgia,"Times New Roman",Times,serif;font-size:13px;line-height:18.2px"><br style="color:rgb(51,51,51);font-family:Georgia,"Times New Roman",Times,serif;font-size:13px;line-height:18.2px"><span style="color:rgb(51,51,51);font-family:Georgia,"Times New Roman",Times,serif;font-size:13px;line-height:18.2px">public function process(Vtiger_Request $request) {</span><br style="color:rgb(51,51,51);font-family:Georgia,"Times New Roman",Times,serif;font-size:13px;line-height:18.2px"><br style="color:rgb(51,51,51);font-family:Georgia,"Times New Roman",Times,serif;font-size:13px;line-height:18.2px"><span style="color:rgb(51,51,51);font-family:Georgia,"Times New Roman",Times,serif;font-size:13px;line-height:18.2px">$this.hello();</span><br style="color:rgb(51,51,51);font-family:Georgia,"Times New Roman",Times,serif;font-size:13px;line-height:18.2px"><br style="color:rgb(51,51,51);font-family:Georgia,"Times New Roman",Times,serif;font-size:13px;line-height:18.2px"><span style="color:rgb(51,51,51);font-family:Georgia,"Times New Roman",Times,serif;font-size:13px;line-height:18.2px">}</span><br style="color:rgb(51,51,51);font-family:Georgia,"Times New Roman",Times,serif;font-size:13px;line-height:18.2px"><br style="color:rgb(51,51,51);font-family:Georgia,"Times New Roman",Times,serif;font-size:13px;line-height:18.2px"><span style="color:rgb(51,51,51);font-family:Georgia,"Times New Roman",Times,serif;font-size:13px;line-height:18.2px">public function hello () {</span><br style="color:rgb(51,51,51);font-family:Georgia,"Times New Roman",Times,serif;font-size:13px;line-height:18.2px"><span style="color:rgb(51,51,51);font-family:Georgia,"Times New Roman",Times,serif;font-size:13px;line-height:18.2px">echo("HELLO");</span><br style="color:rgb(51,51,51);font-family:Georgia,"Times New Roman",Times,serif;font-size:13px;line-height:18.2px"><span style="color:rgb(51,51,51);font-family:Georgia,"Times New Roman",Times,serif;font-size:13px;line-height:18.2px">}</span><br></div><div> I have tried doing it the same way as the DownloadFile Action for the document module with no luck. alll i get is a blank screen. </div><div><br></div><div>Tranks in advanced for the help. </div></div>
<br>______________________________<wbr>_________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br></blockquote></div><br></div>