Friday 18 March 2011 2:20:36 pm
Hi, I'm using object relations datatype into a object. I've created several objects reference other objects. If I do this:
{attribute_view_gui attribute=$node.data_map.reference} It shows a reference to the nother object, but I want to know which is the object identifier. If I do this:
{set-block variable=$reference}
{attribute_view_gui attribute=$node.data_map.category}
{/set-block}
...
{$reference.contentobject_id} It displays the identifier of the object I am seeing. How can I do? Thanks, David
|