Media items which are attached to an active work order, disappear once the work order is moved to a status of Finished.
Page 1 / 1
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)
Then to allow to transfer media files from Active Work Orders to Historical WO you can follow below steps
(Application Base Setup, System Setup, Object Connection Transformations)
Add a new record as defined below to setup connection between Active
Add another record as below
Once we change these configurations, there is a need to change existing attachment data in order to make it visible on both Prepare Work order and Historical Work Order screens.
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
Then to allow to transfer media files from Active Work Orders to Historical WO you can follow below steps
(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
Add another record as below
- Target Lu Name : ActiveSeparate
- Service Name : Media Library
- Source LU Name : WorkOrder
- Editable : Source
- Transformation Method :WO_NO
- Then Active the record
Once we change these configurations, there is a need to change existing attachment data in order to make it visible on both Prepare Work order and Historical Work Order screens.
Furthermore to answer of @Mithila Rathnayake , by adding those OCT rules, system forces all the media items/documents to be saved in object WorkOrder ( as opposed to the way it was before OCT rule since it was saved in either object ActiveSeparate or HistoricalSeparate) and even though ActiveSeparate object will be deleted and recreated in HistoricalSeparate, WorkOrder object would still be there as well as the connected media/documents.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.