<div dir="ltr">__vtlib_get_modulevar_value was added to bring compatibility to pre-vtlib modules which missed some of<br>metadata required for the runtime.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 18, 2024 at 10:12 PM Alan Lord <<a href="mailto:alanslists@gmail.com">alanslists@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Check this "gem" of a piece of code in YOUR OWN system and make sue all <br>
the tables are defined - I have raised several bugs with it over the <br>
years when certain modules had errors in here...<br>
<br>
<a href="https://code.vtiger.com/vtiger/vtigercrm/-/blob/master/include/utils/VtlibUtils.php#L284" rel="noreferrer" target="_blank">https://code.vtiger.com/vtiger/vtigercrm/-/blob/master/include/utils/VtlibUtils.php#L284</a><br>
<br>
FWIW - why this thing was necessary I have no idea as all this <br>
information is available in the module's main Class file.<br>
<br>
Alternatively it could be in ReportRun or in the <br>
generateReportsSecQuery() method of the module's Class file perhaps...<br>
<br>
HTH<br>
<br>
Al<br>
<br>
<br>
<br>
<br>
On 14/03/2024 21:34, Steve Kenow wrote:<br>
> We have several reports that use a related module for nothing more than <br>
> a condition - none of the module's fields are in the report. Both are <br>
> core modules - accounts and service contracts. These reports did work in <br>
> VT6.5.0 and now in VT7.5.0 they return 0 records (number of records <br>
> displays NaN at the top of the report). Looking at the debug, there was <br>
> a fatal error trying to execute the query - Unknown column <br>
> 'vtiger_servicecontractscf.cf_1472' in 'where clause'<br>
> <br>
> Which is reasonable, because the table was not included -<br>
//<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">www.vtiger.com/</a><br>
<br>
<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
</blockquote></div>