CA Service Management

  • 1.  How can I create an Action Macro.

    Posted Feb 04, 2015 05:33 AM

    I need to create an Action Macro in SDM, in order to change to a new status we have created. Currently, in the actions created by defaul are only "set status" for status defined by default.

     

    Thanks.



  • 2.  Re: How can I create an Action Macro.
    Best Answer

    Posted Feb 04, 2015 08:55 AM

    Hi,

    there is no "official" way (AFAIK), but you have basically two options:

    1. Extract existing Action Macro using pdm_extract utility to a text file, modify the code and import it as a new object (pdm_load -i)

    2. modify the detail_macro.htmpl form to be able to modify Macro Type (type) and Macro Code (usr_string1) attributes and set Macro Type to ACT for Action Macro.

     

    Good luck,

    Jakub