<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><?php <br>require_once('vtlib/Vtiger/Module.php');<br>include_once('vtlib/Vtiger/Utils.php');<br>include_once('vtlib/Vtiger/Menu.php');<br>require_once('vtlib/Vtiger/Block.php');<br>
require_once('vtlib/Vtiger/Field.php');<br>$Vtiger_Utils_Log = true;<br>$module=Vtiger_Module::getInstance('Users');<br><br><br>$module=Vtiger_Block::getInstance('LBL_USERLOGIN_ROLE',$module);<br>$blockTicket = Vtiger_Block::getInstance(77); <br>
$field=new Vtiger_Field();<br>$field->label='Vintalk Representative';<br>$field->name='vintalk_representative';<br>$field->table='vtiger_users';<br>$field->name='vintalk_representative';<br>
$field->columntype = 'VARCHAR(50)';<br>$field->uitype = 1;<br>$field->typeofdata = 'V~M';<br>$block->addField($field);<br>//$block->save($module); <br>$module->initWebservice();<br>echo 'Code successfully executed';<br>
?></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& 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"><<a href="mailto:ajstharsan@gmail.com" target="_blank">ajstharsan@gmail.com</a>></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>Scheduler>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&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"><<a href="mailto:ramya.banglore@gmail.com" target="_blank">ramya.banglore@gmail.com</a>></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& 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>