BPM, Workflow, and Case

 View Only
  • 1.  URL to the case details

    Posted 21 days ago

    Hi,

    Does anybody know how to construct URL to the case details that would open the case as separate tab in navigator? I know only this link BAW_SERVER + "/navigator/?desktop=xxx&feature=Cases&tos=xxx&solution=xxx&caseGUID=" + caseGuid, but it opens a separate navigator window and it's not very convenient for internal use (inside of human tasks).

    Thanks. 



    ------------------------------
    Grita Sim
    ------------------------------


  • 2.  RE: URL to the case details

    Posted 20 days ago

    If you open the case client and from the cases page, right click on a case and select the show link no to case, you should see the url that will take you to the case.

    Make sure the server and params all match so the browser understands it is the same place. 



    ------------------------------
    DAVE PERMAN
    ------------------------------



  • 3.  RE: URL to the case details

    Posted 20 days ago

    Hi, this is the link I have stated in the question, so it refers to the new navigator window with opened case. I would like to stay in the same navigator and redirect only to the case. It should work the same as a link to the case from the human task toolbar. Not sure how to get or construct this link. 



    ------------------------------
    Grita Sim
    ------------------------------



  • 4.  RE: URL to the case details

    Posted 2 days ago

    Hi Grita,

    To open Case details within the tab container, you need to broadcast the icm.OpenCase event with proper payload i.e, CaseEditable and Coordination object, this will open default Case details page configured for that Role and Case.

    If you want to open non default case details page (for the user's role) then broadcast icm.OpenPage event with few more details in the  payload i.e., pagecontext, pageDeatails, crossPageEventPayload etc... In both ways, Case details page will be opened in the tab.

    In both scenario, make sure to check user's membershipStatus on the Case before broadcast the event.

    Let me know if you need further help. You can find the events details:

    https://www.ibm.com/docs/en/case-manager/5.3.3?topic=application-widget-action-page-events-wiring



    ------------------------------
    Regards,
    Ramesh Bhat
    ------------------------------