CA Service Management

 View Only
  • 1.  PDM_LIST into another PDM_LIST

    Posted Jul 19, 2016 02:24 PM

    Hi team,

    I need to make a PDM_LIST inside another pdm_list is possible?

     

    example :

    <PDM_LIST  PREFIX=listC FACTORY=svc_contract WHERE="delete_flag=0">

          <PDM_LIST  PREFIX=list FACTORY=pcat WHERE="zContrato_ID =$listC.id ">

                //code here

         </PDM_LIST>

    </PDM_LIST>



  • 2.  Re: PDM_LIST into another PDM_LIST
    Best Answer

    Posted Jul 19, 2016 03:03 PM

    hi,

    yeah, described code should work well, make sure you defined different prefixes for different lists.

    Regards,

    cdtj



  • 3.  Re: PDM_LIST into another PDM_LIST

    Posted Jul 19, 2016 03:07 PM

    i solved filtering by pdm_if into second pdm_list

    ty