CA Service Management

 View Only
Expand all | Collapse all

Make the default page "My Incident (ScoreBoard)" instead of Announcements after logging in to SDM

  • 1.  Make the default page "My Incident (ScoreBoard)" instead of Announcements after logging in to SDM

    Posted Aug 23, 2024 12:18 PM

    Hello team.

    We would like to know if is possible to make as default page an specific node from ScoredBoard instead of Announcements form, after Analyst login in SDM?

     After analyst login (currently behavior):


     

    After user login (desired behavior):

    Load an specific node from scoreboard

    Regards,

    Robin M.



  • 2.  RE: Make the default page "My Incident (ScoreBoard)" instead of Announcements after logging in to SDM
    Best Answer

    Broadcom Employee
    Posted Aug 26, 2024 09:39 AM
    Edited by Robinson Morales P Aug 27, 2024 09:23 AM

    Hi Robin,

    We don't have the exact functionality you are looking for but we have something similar. You can't link to a scoreboard node, but you can edit the URL of the default page that loads when a user logs in.

    We have what we call web forms, you can find them in the 'Administration`->'Security and Role Management`->'Role Management'->'Web Forms'. The web form that is used is 'cai_main`. You could update this form to use a new url or maybe even update `sd_main_role.html` and change the `web_form_name` to a new one and create a new web form - I did not test this option but it might work.

    I my test I updates `cai_main` webform and changed the `Resource` field from: `$cgi?OP=DISPLAY_FORM+SID=$SESSION.SID+FID=123+HTMPL=bin_form_np.htmpl` to `$cgi?OP=SEARCH+SID=$SESSION.SID+FID=123+FACTORY=cr+KEEP.where_clause=assignee%20%3D%20U%27$cst.id%27%20AND%20active%20%3D%201%20AND%20type%20%3D%20%27I%27` and after a log-out and a log-in, I was taken to the list of active incidents assigned to me. 

    I hope this is an acceptable solution for your problem.

    Regards,
    Sebastian