Im trying to open a work order edit screen from an OTBI report.
the Oracle guides seem to suggest that the number can be used as the objKey
Or in my case the work order number
Trying to get it to work as follow using the WONumber column has not worked
/faces/deeplink?objType=ORA_MNT_WORK_ORDER&action=EDIT&objKey=workOrderNumber=@{3}
I can onlyget it to work on the WOId column as follow
/faces/deeplink?objType=ORA_MNT_WORK_ORDER&action=EDIT&objKey=workOrderId=@{3}
The problem is I have many SQL converted Analysis, so adding the Id column would mean I would have to rebuild everything, so hoping I can launch the work order edit
also in some subject areas like work order cost realtime there is no Work Order Id column.
Please show me the right objKey name to use the work order number