Hi
When assigning a Serial Object to another Serial Object (as part of an assembly), is there a way of seeing the the Functional Object that the parent Serial Object is assigned to from the child Serial Objects?
When sending an engineer to repair a child item of equipment, we need to show its location (Functional Object) in the Work Order screen and prints.
I was hoping that the Location in the following SQL would find it but, no, it returns the same parent ID as SUP_MCH_CODE
select
MCH_CODE OBJECT_ID,
MCH_NAME OBJ_DESCRIPTION,
PART_NO,
SERIAL_NO,
SUP_MCH_CODE BELONGS_TO_OBJ_ID,
LOCATION_MCH_CODE LOCATION,
ifsapp.EQUIPMENT_FUNCTIONAL_API.GET_MCH_NAME(contract, location_mch_code) FL_NAME,
OPERATIONAL_STATUS
from EQUIPMENT_SERIAL_UIV
We are using Apps9 SP11