CA Service Management

  • 1.  Intfc(Interface) Object

    Posted May 14, 2019 10:13 AM

    We've been asked to track the way tickets are created and are wondering if it's possible to expose the 'created_via' field of the call_req table in a drop down. Ideally we would like to add a few custom values to the table and have the drop down be required and defaulted to empty so the analysts would be forced to enter a value before saving. OTB behavior for the field is to default to web which satisfies the required criteria and allows the analyst to save the ticket without changing the value of the field.

     

    There doesn't seem to be much out in the communities content yet or in the tech ref pdf about the intfc object so i'm wondering if anybody else is using it and has any knowledge or ideas to share?

     

    Thank you for any help or ideas!

     

    Elwynn.



  • 2.  Re: Intfc(Interface) Object
    Best Answer

    Posted May 14, 2019 12:37 PM

    Hi Elwynn,

     

    I would avoid using the created_via attribute for this purpose as the system is populating the value itself.

     

    There is another object, rptmeth (table Reporting_Method), which may be useful for your requirement. It is referenced in the chg object and the iss object using attribute reporting_method. The developers never bothered to add it to the cr object but you could as a customized attribute (e.g. z_reporting_method SREL to rptmeth).

     

    Rows in the Reporting_Method table can be maintained in the Administration tab, Service Desk --> Application Data --> Codes --> Reporting Methods



  • 3.  Re: Intfc(Interface) Object

    Posted May 15, 2019 07:59 AM

    Thanks Lindsay!

    It sounds like using rptmeth would save us some work and make future maintenance easier!

    Elwynn.



  • 4.  Re: Intfc(Interface) Object

    Broadcom Employee
    Posted May 15, 2019 03:21 AM

    If you do use it (cr: created_via SREL -> intfc.id ), be sure to test fully. 

     

    For example, if an analyst uses a template to create an incident, even though the analyst may set the value of created_via to "CTI/ACD" (phone call), the value may get overwritten with "WEB".



  • 5.  Re: Intfc(Interface) Object

    Posted May 15, 2019 08:00 AM

    Thanks Karen!

    I saw most things in our system are set to web, it makes sense that is a default that it sets automatically.

    Elwynn.



  • 6.  Re: Intfc(Interface) Object

    Broadcom Employee
    Posted May 15, 2019 09:01 AM

    your welcome Elwynn