External object question

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
ckacoroski
Posts: 58
Joined: Mon Nov 13, 2006 9:15 pm
Location: Bothell, USA

External object question

Post by ckacoroski »

I have some data in an external database so they show up as external objects (not sure if this is the right term). As stated in your docs I cannot do:

Find ExternalObject where exists InternalObject where (InternalObject.Id = ExternalObjectId)

However, this seems to work and I am wondering if it is suppose to work or not (e.g. I do not want to depend on behavior that may go away in the future).

Process1:
Find ExternalObject where somecondition
DoProcess2

Process2: (tasks an external object as input)
Find InternalObject where InternalObject.id = ExternalObject.id
do more stuff here...

Thanks in advance for your help
aware_support
Posts: 7526
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by aware_support »

The sub-query on an internal object embedded in the query on the external object should work, because a sub-query is "isolated" within the main query.
Aware IM Support Team
Post Reply