Hello,
I need get 2 properties of Zclass at the same time.
I´m using in my form :
<td><select name="region">
<dtml-in "Locality.objectValues(['Locality']) ">
<option value="<dtml-var REGION>"><dtml-var title>
</dtml-in>
<option selected>
</select></td>
I need get another property, for example MASTER_REGION, in this moment.
How can I to do it? (is urgent!)
Thanks in advance,
Marcus Mendes