CA Service Management

  • 1.  CA Workflow List

    Broadcom Employee
    Posted Jun 01, 2016 06:58 AM

    HI All

    Customer wants to see the workflow task list on detail_wf.htmpl page.

    any one have idea that how can we do it.

    see below as a example

    detail_chg.htmpl page.

    detail_wf.htmpl page



  • 2.  Re: CA Workflow List

    Posted Jun 01, 2016 09:50 AM

    Hi Muhammad,

    I am not sure this can be done without quite a bit of customization including spel, javascript etc. This would be something outside the scope of support, however some folks out there may have accomplished this and may be willing to share the details with you here on the community.

    Thanks,

    Jon I.



  • 3.  Re: CA Workflow List
    Best Answer

    Posted Jun 01, 2016 09:58 AM
      |   view attached

    You need to modify xx_wf_tab.htmpl to work on wf object. See attached file for 14.1 version. You need to add wf tab in detail_wf.htmpl:

     

    <PDM_MACRO name=tab title="Workflow Tasks" file="xx_wf_tab.htmpl">

    Attachment(s)

    zip
    xx_wf_tab.htmpl.zip   2 KB 1 version


  • 4.  Re: CA Workflow List

    Broadcom Employee
    Posted Jun 02, 2016 05:21 AM
      |   view attached

    HI

    thanks now I done the below steps

    copy the xx_wf_tab.htmpl within the WSP I named it xx_wf_tab1.htmpl

     

    add below two lines in Notebook section

    <PDM_MACRO name=startNotebook hdr=wf_nb>

    <PDM_MACRO name=tab title="WF" file="xx_wf_tab1.htmpl">

     

    open the xx_wf_tab1.htmpl and change the lines as per attached.

    Use  notepad++ with compare option to see the changing.

    Attachment(s)

    zip
    xx_wf_tab1.txt.zip   2 KB 1 version


  • 5.  Re: CA Workflow List

     
    Posted Jun 14, 2016 04:37 PM

    Hi arimu02  - Did Gutis 's response help answer your question? If so please mark as Correct Answer. Thanks!



  • 6.  Re: CA Workflow List

    Posted Jun 21, 2016 06:28 AM

    Hi Gutis,

     

    It's a great customize. I have other question for you related to this. is it possible to show the 'Insert Tasks' and 'Refresh Workflow Tasks' buttons in the workflow tab in detail_wf? How?

     

    Thanks,

     

    Regards.



  • 7.  Re: CA Workflow List

    Posted Jul 06, 2016 07:11 AM

    any idea to my question?

     

    Regards.