<span style="color:rgb(34,34,34);font-size:14px">Ok. For inventory Related modules does this work? This is a field that I insert in product elements. How I specify that ?</span><br><br>El miércoles, 13 de enero de 2021, Uma S <<a href="mailto:uma.s@vtiger.com">uma.s@vtiger.com</a>> escribió:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Patrick,<div><br></div><div>Sorry! That will not work, As related dependencies of the field are not set to it's standard.</div><div><br></div><div>Please do follow the <a href="https://community.vtiger.com/help/vtigercrm/developers/vtlib/module-field.html" target="_blank">docs</a>.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 13, 2021 at 8:35 PM Patrick Allen Zulueta <<a href="mailto:alexander.allenz@gmail.com" target="_blank">alexander.allenz@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">Hi Uma. I didn’t. I create it manually inserting on table vtiger_field, vtiger_inventoryproductrel and also modifying Editviewutils.php and InventoryUtils.php<br><br>El miércoles, 13 de enero de 2021, Uma S <<a href="mailto:uma.s@vtiger.com" target="_blank">uma.s@vtiger.com</a>> escribió:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Patrick,<div><br></div><div>Can I know that you have created a custom field through script or Layout editor?</div><div><br></div><div>Is the case same with module filters as well?</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 13, 2021 at 3:01 AM Patrick Allen Zulueta <<a href="mailto:alexander.allenz@gmail.com" target="_blank">alexander.allenz@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"><div dir="ltr"><div>I create a custom field in table vtiger_inventoryproductrel called "fecha" wich is a date field used in PurchaseOrder module.</div><div><br></div><div>When I create a report with this field in filters and I put Fecha equal (some date) it works well, but when I put Fecha between two dates or today, the report gives me an error.  Does some one has experimented something like this?</div><div><br></div><div>Image 1: Works well with a specific date.<br></div><div><img src="cid:ii_kjui1uoi0" alt="imagen.png" width="471" height="265"></div><div><br></div><div>Image 2: Doesnt works well. I get an error that this field doesnt exist on vtiger_inventoryproductrel table but it exist.</div><div><img src="cid:ii_kjui49k41" alt="imagen.png" width="471" height="265"><br><br></div><div>Here is the query and error:</div><div>
SELECT vtiger_purchaseorder.subject AS 'PurchaseOrder_Subject', 
vtiger_purchaseorder.<wbr>purchaseorder_no AS 
'PurchaseOrder_PurchaseOrder_<wbr>No', (CASE WHEN 
vtiger_purchaseorder.vendorid NOT LIKE '' THEN (CASE WHEN 
trim(vtiger_<wbr>vendorRelPurchaseOrder.<wbr>vendorname) NOT LIKE '' THEN 
trim(vtiger_<wbr>vendorRelPurchaseOrder.<wbr>vendorname) ELSE '' END) ELSE '' END)
 AS 'PurchaseOrder_Vendor_Name', vtiger_purchaseorder.duedate AS 
'PurchaseOrder_Due_Date', vtiger_purchaseordercf.cf_1050 AS 
'PurchaseOrder_Fecha_de_<wbr>compra_o_factura', 
vtiger_<wbr>inventoryproductreltmpPurchase<wbr>Order.fecha AS 
'PurchaseOrder_Fecha', vtiger_crmentity.crmid AS 
"PurchaseOrder_LBL_ACTION" from vtiger_purchaseorder inner join 
vtiger_crmentity on 
vtiger_crmentity.crmid=vtiger_<wbr>purchaseorder.purchaseorderid left join 
vtiger_inventoryproductrel as vtiger_<wbr>inventoryproductreltmpPurchase<wbr>Order
 on vtiger_purchaseorder.<wbr>purchaseorderid = 
vtiger_<wbr>inventoryproductreltmpPurchase<wbr>Order.id left join 
vtiger_purchaseordercf on vtiger_purchaseorder.<wbr>purchaseorderid = 
vtiger_purchaseordercf.<wbr>purchaseorderid left join vtiger_groups on 
vtiger_groups.groupid = vtiger_crmentity.smownerid left join 
vtiger_users on <a href="http://vtiger_users.id" target="_blank">vtiger_users.id</a> = vtiger_crmentity.smownerid left join 
vtiger_vendor as vtiger_vendorRelPurchaseOrder on 
vtiger_vendorRelPurchaseOrder.<wbr>vendorid = vtiger_purchaseorder.vendorid 
WHERE vtiger_purchaseorder.<wbr>purchaseorderid > 0  AND 
vtiger_crmentity.deleted=0 and (( vtiger_inventoryproductrel.<wbr>fecha 
BETWEEN '2021-01-12' AND '2021-01-12' ) ) LIMIT 0, 500::->Unknown 
column 'vtiger_inventoryproductrel.<wbr>fecha' in 'where clause' <br></div><div><br></div><div>If I change manually 
vtiger_inventoryproductrel.<wbr>fecha by 
vtiger_<wbr>inventoryproductreltmpPurchase<wbr>Orde.fecha it works well.  

</div></div>
______________________________<wbr>_________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div dir="ltr">With<br>Best Regards<br>Uma.S<br><div>Vtiger Team</div></div></div>
</blockquote>
______________________________<wbr>_________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div dir="ltr">With<br>Best Regards<br>Uma.S<br><div>Vtiger Team</div></div></div>
</blockquote>