<div dir="ltr">Great! </div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 28, 2015 at 2:48 PM, apcloic <span dir="ltr"><<a href="mailto:apcloic@gmail.com" target="_blank">apcloic@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>
Ok, I've had to modify /modules/Calendar/models/Field.php to include my<br>
custom UItype (201) like below :<br>
<br>
        /**<br>
         * Function to get the Webservice Field data type<br>
         * @return <String> Data type of the field<br>
        */<br>
        public function getFieldDataType() {<br>
                if($this->getName() == 'date_start' || $this->getName() == 'due_date') {<br>
                        return 'datetime';<br>
                } else if($this->get('uitype') == '30') {<br>
                        return 'reminder';<br>
                        } else if($this->get('uitype') == '201') {<br>
                                return 'File';<br>
                } else if($this->getName() == 'recurringtype') {<br>
                        return 'recurrence';<br>
                }<br>
                $webserviceField = $this->getWebserviceFieldObject();<br>
                return $webserviceField->getFieldDataType();<br>
        }<br>
<br>
That's it, works great ! ;)<br>
Thanks !<br>
Regards,<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtiger-crm.2324883.n4.nabble.com/Custom-UItype-upload-file-field-working-well-except-on-Calendar-Events-tp15047p15060.html" target="_blank">http://vtiger-crm.2324883.n4.nabble.com/Custom-UItype-upload-file-field-working-well-except-on-Calendar-Events-tp15047p15060.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the vtigercrm-developers mailing list archive at Nabble.com.<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">With<br>Best Regards<br>Uma.S<br><div>Vtiger Team</div></div></div>
</div>