CA Service Management

  • 1.  on click in main logo

    Posted Aug 05, 2018 05:02 AM

    hello all 

    customer need when click in  ca logo in main page open link to something

    how i can do  that in service desk 

    thanks.



  • 2.  Re: on click in main logo

    Posted Aug 06, 2018 10:03 AM

    Hi,

    you need to check NX_ROOT\site\mods\www\wwwroot\scripts\std_head.js file, which generate SDM logo so you can modify it adding URL into it.

    I'm using this js function to navigate to main form:

    // analyst:
    upd_specific_frame('sd','DISPLAY_FORM','HTMPL=bin_form_np.htmpl')
    // employee:
    upd_specific_frame('sd','DISPLAY_FORM','HTMPL=home.htmpl')

    Regards.



  • 3.  Re: on click in main logo

    Posted Aug 07, 2018 01:35 AM

    hi cdtj,

    how i can do that??