This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Fetching data from non related table using relationship methods

Previn Kumar - Wednesday, April 20, 2011 9:58 AM:

Hi all,

I am using IOM.dll from an external application to access ARAS database.  I need to fetch customer name from customer table. Now i have project id and able to fetch customer id from Program table using Program_Project relationship table(using addRelationship and SetRelatedId method). I couldn't able to find any relationship table between Program and customer table.

Is it possible to get customer name in single shot instead of first fetching customerid and again fetching customer name using customerid.

Please help me