CA Service Management

 View Only
  • 1.  Restrict Assignee to View a Customized Tab

    Broadcom Employee
    Posted May 09, 2018 01:28 PM

    Is there a way to restrict only for the assignee the visualization of a customized Tab ?. I mean in the detail_in form.

     

    Regards,

    Sergio Calvo



  • 2.  Re: Restrict Assignee to View a Customized Tab
    Best Answer

    Posted May 09, 2018 02:37 PM

    Eg.:

    <PDM_IF "$cst.id" == "$args.assignee.id">

         <PDM_MACRO name=tab title="Modelo" file="xx_template_tab.htmpl" filename="incidente">

    </PDM_IF>



  • 3.  Re: Restrict Assignee to View a Customized Tab

    Broadcom Employee
    Posted May 09, 2018 07:05 PM

    Thanks Daniel, it worked perfectly is just what I needed !!.