CA Service Management

 View Only
  • 1.  checkbox under listpage.htmpl

    Posted Mar 01, 2016 08:04 AM

    Hi All,

     

    I have a requirement that I have kept the checkbox under detail page.htmpl

    Client wants to keep that checkbox under search page.

    I tried but not able to find how to achieve this.

    Can you please guide or let me know how we can keep Checkbox field under listpage.htmpl file.

     

    Thank you.



  • 2.  Re: checkbox under listpage.htmpl

    Posted Mar 01, 2016 10:43 AM

    Hi Venkateswararao,

    I am not totally sure that I am understanding the need here.  Are you saying that you have a check box on the detail form, which you want to be able to search by that field on the list form?   If so... To do so, you would have to add that field to the search filter section of the list form.  

    Hope this helps.

    Jon I.



  • 3.  Re: checkbox under listpage.htmpl

    Posted Mar 03, 2016 04:39 AM

    Hi Jon,

     

    Yes I want to add the field in the search page. so that when user provide some input on the search page and search the result should show based on the input value in the list page for that field

     

    can you tell me how I can add that checkbox field to the search filter section of the list form.



  • 4.  Re: checkbox under listpage.htmpl

    Posted Mar 03, 2016 06:59 AM

    Hi kvaro.

     

    There is no pdm macro to handle checkbox as a search field however may you want to search for a "flag" attributes (0 or 1 value), you can construct a dropdown for your search like below:

     

    searchFilterDropdown("<your field label>","<your field attribute>","","Yes","1","No","0");

     

    Hope this help.

     

    /J



  • 5.  Re: checkbox under listpage.htmpl

    Posted Mar 01, 2016 10:44 AM

    have a look at the list_grpmem.htmpl file.

    there is some checkbox shown there in edit mode.

    Hope this help.

    /J