<div dir="ltr">Hi,<br><br>Can you explain more this way?<br><br>Thanks</div><div class="gmail_extra"><br><div class="gmail_quote">2014-07-18 16:43 GMT+02:00 Holbok István <span dir="ltr"><<a href="mailto:holbok@gmail.com" target="_blank">holbok@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF">
<div>Hi Alan,<br>
<br>
In vtiger 6 there is a built in function to populate some fields
on selection UI10.<br>
<br>
/**<br>
* Function which will register event for Reference Fields
Selection<br>
*/<br>
registerReferenceSelectionEvent : function(container) {<br>
var thisInstance = this;<br>
<br>
jQuery('input[name="account_id"]',
container).on(Vtiger_Edit_Js.referenceSelectionEvent, function(e,
data){<br>
thisInstance.referenceSelectionEventHandler(data,
container);<br>
});<br>
},<br>
<br>
Look for something like this above with your editor search.<br>
In vtiger 5 this job was done by JS also.<br>
<br>
Kindest regards:<br>
Istvan<br>
<br>
<br>
<div>üdvözlettel:<br>
<br>
<b>Holbok István</b><br>
<br>
<a href="tel:%2B3670-342-0900" value="+36703420900" target="_blank">+3670-342-0900</a><br>
<b>e-mail:</b> <a href="mailto:holbok@gmail.com" target="_blank">holbok@gmail.com</a><br>
<b>SkyPe:</b> holboki<br>
<br>
</div>
2014.07.18. 15:56 keltezéssel, Alan Lord írta:<br>
</div><div><div class="h5">
<blockquote type="cite">On
18/07/14 14:28, <a href="mailto:adrian@refineriaweb.com" target="_blank">adrian@refineriaweb.com</a> wrote:
<br>
<blockquote type="cite">Hi!
<br>
<br>
I have done this countless times. Unfortunately I never did a
generic
<br>
function doing this and I did always coded by hand.
<br>
</blockquote>
<br>
Thanks.
<br>
<br>
I understand your process. I'd looked at this route myself and
thought it was going be even more messy than js & Ajax but
maybe not ;-)
<br>
<br>
Thanks again,
<br>
<br>
Al
<br>
<br>
<br>
_______________________________________________
<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a>
<br>
<br>
</blockquote>
<br>
</div></div></div>
<br>_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br></blockquote></div><br></div>