CA Service Management

 View Only
  • 1.  Scoreboard stored query for custom object

    Posted Aug 12, 2015 05:51 PM

    Is it possible to create scoreboard stored query for custom object?

    I have learned that list of supported objects is defined in bop.maj file as the dummy factory:

     

    // list of objects available for scoreboard stored queries

        FACTORY stored_query_prod_list {

            RESTRICT "group LIKE '%stored_query%'" { group = "stored_query" } ;

    STANDARD_LISTS {

         SORT_BY "sym, name";

    };

    REL_ATTR sym ;

    COMMON_NAME name ;

    FUNCTION_GROUP "reference" ;

        } ;

     

    Each object that supports stored query's have the DISPLAY_GROUP "stored_query"; definition e.g.:

    OBJECT cr_wf {

        DISPLAY_GROUP "macro event object_notify act_log tree_node stored_query notify_msg_tpl";

     

    I have tried to add DISPLAY_GROUP "stored_query" to my object definition in wsp.mods, but is not enough.

     

    Maybe someone have more experience with this?



  • 2.  Re: Scoreboard stored query for custom object
    Best Answer

    Posted Aug 13, 2015 12:22 AM

    It should be defined under the factory



  • 3.  Re: Scoreboard stored query for custom object

    Posted Aug 13, 2015 03:03 AM

    Hi, actually you can create stored query without any custom definition.

    create new stored query and set your factory name into object type (even via source code edit : <option value=z_table>z_table</option>).

    I agree that this is wrong for regular solution but good for testing purposes.

    Regards,

    cdtj