Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



Help Please , Return Value between two objects

From: RABBITs ProZone (2011-07-05 06:30)

Hi Everybody
i have created two objects
Unit and Subunit in the database with the follow attributes
Unit object:
unitid
unitcode
unitname
unitaddress
and Subunit Attributes
subunitid
unitcode
subunitname
subunitaddress
in object of unit i created the follow relation
relation name : SUBUNIT
unitcode= :unitcode
Child Object Subunit
then i created two application , unit and subunit
when i go to unit i have a table to add new unit and other table to add new subunit and the relation of this table properties is SUBUNIT
and it works good so when i create a new unit and many subunits of it , the relation works and i retrieve all subunit which r child of the unit
what i want to do
in subunit application , user is able to create a new subunit
but i need a section for the unit , include
Unit Name
Unit Address
unit name lookup Unit Table
I created already a domain table
when i click on Unit Name menu look up it goes to Unit Application but once i select a value it does not return to Subunit Application , for examle i want return three values from Unit App to Subunit App
and when i save and go to Unit App i find the new unit is created with its subunit
Anybody can help me please?