<div dir="ltr"><div>I am  beginner for code of  vtiger.</div><div><br></div><div>How I can read access any documentation for trigger?</div><div><br></div><div>Code for trigger or JQuery is possible without change a default code?</div><div><br></div><div>I plan use a Workflow and not changed a default code.</div><div><br></div><div>Thank you very much, Allan!</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-09-05 18:25 GMT-03:00 Alan Lord (News) <span dir="ltr"><<a href="mailto:alanslists@gmail.com" target="_blank">alanslists@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 05/09/15 20:15, Ranieri wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks for your reply Allan !<br>
<br>
After saving for the user is not a natural thing (he sees an information<br>
and will change the recording to another).<br>
<br>
And the biggest problem is that the field can not be marked as mandatory<br>
<br>
That's how we are doing today, reading from the database and then changing.<br>
<br>
But I wanted to manipulate the on-screen variávels (without reading from<br>
the database) in which data structure, you could take the data that are<br>
the variables on the screen?<br>
</blockquote>
<br></span>
All the fields are reasonably easy to identify and you can capture/set up events using JQuery. There is already the auto-complete plugin available in vtiger which you can use to trigger an Ajax request to your custom action to retrieve the address information based on the postcode.<br>
<br>
In your Javascript class you could also add some events to check that your fields are being populated as you want to simulate a Mandatory field.<span class="HOEnZb"><font color="#888888"><br>
<br>
Alan</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<br>
-- <br>
Libertus Solutions<br>
<a href="http://www.libertus.co.uk" rel="noreferrer" target="_blank">http://www.libertus.co.uk</a><br>
<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
</div></div></blockquote></div><br></div>