Hi Stephen,<br><br>Things look fine the way you are trying to consume modified time. Let me also clarify that, the created time and modified time are stored in vtiger_crmentity table.<br><br><div><span class="gmail_quote">On 4/29/09, <b class="gmail_sendername">Stephen Mack</b> &lt;<a href="mailto:stephen@efronteras.com">stephen@efronteras.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Just to close the loop, here is everything<br> <br> 1) Call the built-in function in data\CRMEntity.php<br> <br><br> retrieve_entity_info($_REQUEST[&#39;record&#39;],&quot;Quotes&quot;)<br> <br> <br>2) The information is now stored in the variable $column_fields<br>
 <br> $focus-&gt;column_fields[&quot;modifiedtime&quot;]<br> <br> 3) Format the output.  You need to convert the string to an integer<br> and format it as you like.<br> <br> date(&quot;d M Y&quot;, strtotime($focus-&gt;column_fields[&quot;modifiedtime&quot;]))<br>
 <br> If I&#39;m wrong someone can correct me please.<br> <br><br> -- Stephen Mack<br> Gerente de Ventas y Marketing<br> Escuela Fronteras<br> <a href="http://www.eFronteras.com">www.eFronteras.com</a><br> skype: eFronteras.Stephen<br>
 <br> <br> <br> <br>On Wed, Apr 29, 2009 at 11:52 AM, Stephen Mack &lt;<a href="mailto:stephen@efronteras.com">stephen@efronteras.com</a>&gt; wrote:<br> &gt; Hi everyone and Sebastian,<br> &gt;<br> &gt; Ok I also found out that the function...<br>
 &gt; retrieve_entity_info($_REQUEST[&#39;record&#39;],&quot;Quotes&quot;);<br> &gt;<br> &gt; ...also retrieves the information.  It&#39;s accessible in the<br> &gt; column_fields variable.<br> &gt;<br> &gt; $modified_date = $focus-&gt;column_fields[&quot;modifiedtime&quot;];<br>
 &gt;<br> &gt; -- Stephen Mack<br> &gt; Gerente de Ventas y Marketing<br> &gt; Escuela Fronteras<br> &gt; <a href="http://www.eFronteras.com">www.eFronteras.com</a><br> &gt; skype: eFronteras.Stephen<br> &gt;<br> &gt;<br>
 &gt;<br> &gt; On Wed, Apr 29, 2009 at 11:33 AM, Stephen Mack &lt;<a href="mailto:stephen@efronteras.com">stephen@efronteras.com</a>&gt; wrote:<br> &gt;&gt; Hummm... can someone confirm that this is the information is correct.<br>
 &gt;&gt; I think it is...<br> &gt;&gt;<br> &gt;&gt; SELECT *<br> &gt;&gt; FROM  `vtiger_quotes`<br> &gt;&gt; LEFT JOIN  `vtiger_crmentity` ON  `quoteid` =  `crmid`<br> &gt;&gt; WHERE 1<br> &gt;&gt;<br> &gt;&gt; -- Stephen Mack<br>
 &gt;&gt; Gerente de Ventas y Marketing<br> &gt;&gt; Escuela Fronteras<br> &gt;&gt; <a href="http://www.eFronteras.com">www.eFronteras.com</a><br> &gt;&gt; skype: eFronteras.Stephen<br> &gt;&gt;<br> &gt;&gt;<br> &gt;&gt;<br>
 &gt;&gt; On Wed, Apr 29, 2009 at 11:15 AM, Stephen Mack &lt;<a href="mailto:stephen@efronteras.com">stephen@efronteras.com</a>&gt; wrote:<br> &gt;&gt;&gt; It seems like I should have figured this out already... :(<br> &gt;&gt;&gt;<br>
 &gt;&gt;&gt; I would like to use the &quot;Modify Time&quot; from a quote on the PDF.  I<br> &gt;&gt;&gt; can&#39;t find where the &quot;Create time&quot; &amp; &quot;Modify time&quot; are stored for a<br> &gt;&gt;&gt; quote.<br>
 &gt;&gt;&gt;<br> &gt;&gt;&gt; -- Stephen Mack<br> &gt;&gt;&gt; Gerente de Ventas y Marketing<br> &gt;&gt;&gt; Escuela Fronteras<br> &gt;&gt;&gt; <a href="http://www.eFronteras.com">www.eFronteras.com</a><br> &gt;&gt;&gt; skype: eFronteras.Stephen<br>
 &gt;&gt;&gt;<br> &gt;&gt;<br> &gt;<br> <br> _______________________________________________<br> Reach hundreds of potential candidates - <a href="http://jobs.vtiger.com">http://jobs.vtiger.com</a><br> </blockquote></div>
<br><br clear="all"><br>-- <br>Regards,<br>Asha<br>vtiger Team