11-18-2019, 05:06 PM
My mistake. I did mean:
assets = server.eval("@SOBJECT(dolly3d/assets.dolly3d/assets_in_assets)", skey)
Ok, so this gives you one assets_in_assets back with code "ASSETS_IN_ASSETS00017" which is the only one you have in the database. It seems to have given you the relationship as a parent, which I believe is the first one in your schema.
Does:
assets = server.eval("@SOBJECT(dolly3d/assets.parent:dolly3d/assets_in_assets)", skey)
give you the same result?
assets = server.eval("@SOBJECT(dolly3d/assets.dolly3d/assets_in_assets)", skey)
Ok, so this gives you one assets_in_assets back with code "ASSETS_IN_ASSETS00017" which is the only one you have in the database. It seems to have given you the relationship as a parent, which I believe is the first one in your schema.
Does:
assets = server.eval("@SOBJECT(dolly3d/assets.parent:dolly3d/assets_in_assets)", skey)
give you the same result?