<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Boris Kocherov wrote:
<blockquote cite="mid:20091027191032.GB18483@bk-laptop" type="cite">
<pre wrap="">On 10/27/09 22:03, Pramono Tunggul wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi guyz,
I've been trying to make a link between module just like person and
organisation.
</pre>
</blockquote>
<pre wrap=""><!---->Could you please explain what exactly you want to do.
May be it would be easier to understand if you demonstrate
us the example.
</pre>
<blockquote type="cite">
<pre wrap="">But I end up with change only one field.
Do you guys know how to change many fields just like in person and
organisation module?
Thank you.
Regards,
Pramono Tunggul
_______________________________________________
Erp5-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Erp5-users@erp5.org">Erp5-users@erp5.org</a>
<a class="moz-txt-link-freetext" href="http://mail.nexedi.com/mailman/listinfo/erp5-users">http://mail.nexedi.com/mailman/listinfo/erp5-users</a>
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
</blockquote>
<br>
It's like this<br>
<br>
When we go to module person, we can click the 'gear' button and then
select an entry from organisation module<br>
and most of Person's fields will be filled automatically<br>
<br>
For example<br>
<br>
Organisation <Relation String Field> : myOrganisation<br>
Email : <a class="moz-txt-link-abbreviated" href="mailto:email@email.com">email@email.com</a><br>
Phone Number : 88888<br>
<br>
<br>
by taking data from Organisation module.<br>
But when I tried to implement this on my module, I end up changing only
one field<br>
<br>
For example when I click the 'gear' button, and select and entry from
related module, that I want to take some entries <br>
such as First_name, last_name, job<br>
<br>
And the result will be this<br>
<br>
First_name <Relation String Field>: pramono<br>
last_name :<br>
job :<br>
<br>
What I have to do to also link other field?<br>
<br>
Thanks in advance.<br>
</body>
</html>