<div>Hi<br></div><div>its working for me thanks for your valuable response</div><div><br></div><div>iam trying to create a new field to calendar module under CalendarLayoutView or users module</div><div><br></div><div>Can anybody tel me is the below script working or not </div>
<div><br></div><div>&lt;?php <br>require_once(&#39;vtlib/Vtiger/Module.php&#39;);<br>include_once(&#39;vtlib/Vtiger/Utils.php&#39;);<br>include_once(&#39;vtlib/Vtiger/Menu.php&#39;);<br>require_once(&#39;vtlib/Vtiger/Block.php&#39;);<br>
require_once(&#39;vtlib/Vtiger/Field.php&#39;);<br>$Vtiger_Utils_Log = true;<br>$module=Vtiger_Module::getInstance(&#39;Users&#39;);<br><br><br>$module=Vtiger_Block::getInstance(&#39;LBL_USERLOGIN_ROLE&#39;,$module);<br>$blockTicket = Vtiger_Block::getInstance(77); <br>
$field=new Vtiger_Field();<br>$field-&gt;label=&#39;Vintalk Representative&#39;;<br>$field-&gt;name=&#39;vintalk_representative&#39;;<br>$field-&gt;table=&#39;vtiger_users&#39;;<br>$field-&gt;name=&#39;vintalk_representative&#39;;<br>
$field-&gt;columntype = &#39;VARCHAR(50)&#39;;<br>$field-&gt;uitype = 1;<br>$field-&gt;typeofdata = &#39;V~M&#39;;<br>$block-&gt;addField($field);<br>//$block-&gt;save($module); <br>$module-&gt;initWebservice();<br>echo &#39;Code successfully executed&#39;;<br>
?&gt;</div><div>otherwise any other script is there to add custom field </div><div><br></div><div>Can anybody help me please................................</div><div><br></div><div>Thanks&amp; Regards,</div><div>B.Ramya</div>
<br><div class="gmail_quote">On Fri, Oct 5, 2012 at 10:26 AM, Sutharsan Jeganathan <span dir="ltr">&lt;<a href="mailto:ajstharsan@gmail.com" target="_blank">ajstharsan@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
hI<br><br>check whether settings in the CRM Settings&gt;Scheduler&gt;Workflow is Active. <br><br> If yes,  you may have to setup 
cron for vtigercron.sh for the workflow email to work. You may add it in etc/crontab if you have a Linux server and enough previlieges. If your app is running in a shared hosting, such as hostgator they should have tools like cpanel to add a cron.<br>

<br><br>Thanks<br>Sutharsan Jeganathan<br>Opensource Development Manager<br>

                        

                

                
                        <dl><dt>
                                <a href="https://forums.vtiger.com/memberlist.php?mode=viewprofile&amp;u=76065" target="_blank">Shiroi98</a>
                        </dt><dd>Senior Member</dd><dd> </dd><dd><b>Posts:</b> 755</dd><dd><b>Joined:</b> Wed Jul 07, 2010 4:18 pm</dd></dl>
        

                <br><br><div class="gmail_quote"><div><div class="h5">On Thu, Oct 4, 2012 at 12:27 PM, Ramya Banglore <span dir="ltr">&lt;<a href="mailto:ramya.banglore@gmail.com" target="_blank">ramya.banglore@gmail.com</a>&gt;</span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">

<div>hi <br></div><div><br></div><div><br></div><div>am working on work flows for trouble tickets module  on FTP server
,i want to send a mail to contacts list when trouble ticket is created ,but its not working, it says <b>NOTE: You should have Workflow cron script configured </b>.how </div><div><br></div><div>can i do it ,can any one tell me the instructions please </div>



<div><br></div><div><br></div><div><br></div><div>Thanks&amp; Regards,</div><div>B.Ramya.</div>
<br></div></div>_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br></blockquote></div><br>
</blockquote></div><br>