All,
I have a quick question. I am looking to alias a hasOne
relationship inside my reactor.xml. I notice that in the examples the alias
attribute is gone and replaced by sequence. Are these two synonymous? Can I do
this:
<object
name="Opportunity">
<hasOne name="OppTermLengths" sequence="TermLength">
<relate from="termlength" to="id" />
</hasOne>
</object>
<hasOne name="OppTermLengths" sequence="TermLength">
<relate from="termlength" to="id" />
</hasOne>
</object>
If so does it do anything else BUT simply create an
alias.
Thanks,
Josh
------------------------------------------------
Joshua Scott
Resonant Media Technologies, LLC.
http://www.resonantmedia.com | http://ponderings.wordpress.com
"It is impossible to get out of a problem by using the same type of thinking that it took to get into the problem." -- Albert Einstein

