CA Service Management

 View Only
  • 1.  Invisible filter

    Posted Jun 20, 2016 12:29 PM

    Hi all,

     

    We have a form - list_cnt.htmpl - that displays the type of contact we're seeing:

    This is obtained using the following:

    <PDM_IF "$args.KEEP.ForGrp" == "1" || "$args.KEEP.from_auto_assign_tab" == "1" || "$args.KEEP.type.id" == "2308">

      searchFilterTextDisabled("Contact Type","type",10, "2308", "Group", "EQ");

     

    When we press Search this filter is applied and output is only regarding Groups. I want to have exactly the same filter applied on Search without have that "Contact Type" entry displayed on form.

     

    Can you help with that? Thank you in advance.