Hello,

--------- FISRT ---------

I wish to assign a default value to the recovered fields of a popUp (Popup_Picker) in a subpanel. If somebody knows where the script of request is managing the return of information of the pop up of under panels. I seek in vain I do not find

--------- SECOND PB ---------

I have an error message on a sub-panel :

Error retrieving Quote list: Query Failed: SELECT invoices.id , invoices_cstm.*, invoices.name , ' ' account_name , ' ' account_id , invoices.total , jt1.user_name assigned_user_name, invoices.total_usdollar , invoices.assigned_user_id , invoices.system_id , 'invoices' panel_name FROM invoices LEFT JOIN invoices_cstm ON invoices.id = invoices_cstm.id_c AND jt1.deleted=0 where invoices.deleted=0 ORDER BY invoices.name desc LIMIT 0,10::MySQL error 1109: Unknown table 'jt1' in field list

It talks to me about a table JT1. I do not know at all where it will seek this trick.

Thank you for your assistance.