Solved
Why Media Items are not showing in Historical WO Screen?
Media items which are attached to an active work order, disappear once the work order is moved to a status of Finished.
Best answer by Mithila Rathnayake
This is probable because when you finish a work order, record get transferred from object ActiveSeparate to object HistoricalSeparate.
This functionality is handled through Object Connection Transformations for different LU's. So, in order to get this functionality right, we need to have the following object connections transformations, setup properly.
First you can allow media service for Historical WO window as below (unless you already have),
(Solution Manager, User Interface, Object connection)
(Application Base Setup, System Setup, Object Connection Transformations)
Add a new record as defined below to setup connection between Active
This functionality is handled through Object Connection Transformations for different LU's. So, in order to get this functionality right, we need to have the following object connections transformations, setup properly.
First you can allow media service for Historical WO window as below (unless you already have),
(Solution Manager, User Interface, Object connection)
- Add a new record
- LU Name : HistoricalSeparate
- View Name : HISTORICAL_SEPARATE
- Package : HISTORICAL_SEPARATE_API
- Service List – add “^MediaLibrary” into service list
(Application Base Setup, System Setup, Object Connection Transformations)
Add a new record as defined below to setup connection between Active
- Target Lu Name : HistoricalSeparate
- Service Name : Media Library
- Source LU Name : WorkOrder
- Editable : Source
- Transformation Method :WO_NO
- Then Active the record
- Target Lu Name : ActiveSeparate
- Service Name : Media Library
- Source LU Name : WorkOrder
- Editable : Source
- Transformation Method :WO_NO
- Then Active the record
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.