ServiceDesk

 View Only
  • 1.  Change custom data in Edit incident form

    Posted Jun 30, 2014 02:11 AM

    Change custom data in Edit incident form.

     

    I have added custom data following this article:

    https://www-secure.symantec.com/connect/articles/how-add-custom-data-existing-processes-incident-management-change-management-etc

     

    The custom data is available in automation rules and reports, but I am unable to access it in the Edit incident form (/SD.IncidentManagementSimple.Classification/Form.aspx). When I open the form in Workflow the custom data variable is not available. How can I access the variable in the Edit incident form?

     



  • 2.  RE: Change custom data in Edit incident form

    Posted Jun 30, 2014 01:46 PM

    Edit - I read your post incorrectly the first time.  you're saying your custom data isn't available to use as an output variable in the SD.IncidentManagementSimple.Classification project?

    Depending on how the data extension was configured, I would expect to find the newly added variables inside the complex data type "IncidentTicket".  

    6-30-2014 11-46-03 AM.png

    Otherwise you may need to import any new libraries you've created for this purpose into the SD.IncidentManagementSimple.Classification project and utilize the variables there.  Again though, I would expect the former.

    -andrew



  • 3.  RE: Change custom data in Edit incident form

    Broadcom Employee
    Posted Jul 07, 2014 11:55 AM

    Did you remember to add your custom library to the Classification project? As this is for ServiceDesk 7.5 the process of adding custom data does not involve modifying the actual IncidentTicket data type. After you've created your custom data dll file you will need to make sure that file is added to any project that you wish to be able to reference that data in.



  • 4.  RE: Change custom data in Edit incident form

    Posted Jul 09, 2014 01:57 AM

    I'm not sure what I'm doing wrong.

     

    I have added the custom data dll to the library:

    sd01.png

    I can find it in components:

    sd02.png

    But I can't find it in variables:

    sd03.png

    I have tried to use the components to get contents of the custom data field, but that didn't work.

     



  • 5.  RE: Change custom data in Edit incident form
    Best Answer

    Broadcom Employee
    Posted Jul 09, 2014 09:23 AM

    Once you've added the dll you need to define the variable and load the data. You would do that by using the 'Get Statuskoder by ID' component to load the necessary data from the database.



  • 6.  RE: Change custom data in Edit incident form

    Posted Jul 10, 2014 03:50 AM

    For some reason it worked when I removed the componenets and added them again. I guess I must have made a mistake. It works now.