Oracle Fusion SCM Analytics

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Deeplinks why cant I get it to work with the record number as the Oracle SCM guide suggests

Accepted answer
32
Views
2
Comments
Hylton
Hylton Rank 3 - Community Apprentice
edited Jun 10, 2025 3:33AM in Oracle Fusion SCM Analytics

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

{09EC898C-379D-4332-B353-809D1F4B21C9}.png

Or in my case the work order number

image.png

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

Tagged:

Best Answer

  • Hylton
    Hylton Rank 3 - Community Apprentice

    Thanks Bhaskar, that has helped with a PO link I was struggling with. Not a solution for opening a work order with the work order number, I think I will need to resort to updating the sql and rebuilding the reports.

Answers