CA Service Management

  • 1.  Are Nested Groups in Macros Possible?

    Posted Feb 18, 2015 01:45 PM

    Is it possible to build a macro with nested groups? I know I can create a single group, such as

    a && b && (c || d)


    but can I create something like

    a && b && (c || (!c && d))

     

    There doesn't appear to be an option when creating a macro to add more than one "(" or ")" to a condition.



  • 2.  Re: Are Nested Groups in Macros Possible?
    Best Answer

    Posted Feb 23, 2015 04:43 PM

    Hi,

    no, this is not possible using GUI, but there are some other options.. Take a look at this discussion - you have to create new Condition Macro (not Site-defined Condition).

     

    BR,

    Jakub



  • 3.  Re: Are Nested Groups in Macros Possible?

    Posted Feb 23, 2015 06:41 PM

    Thanks for the response. Unfortunately our environment is hosted and this type of modification is not easily available for us. Perhaps in the future this capability will be included as standard macro administration.