Menu

Change Resolution Code

2023-03-03
2023-09-28
  • shinu amirul khalif

    Hello, i need help to change resolution code, is it possible? where module i need to refer? thank you

     
  • Jeffrey Bostoen

    Jeffrey Bostoen - 2023-03-03

    Do you mean the default value or add additional values; or what part of resolution code would you like to change?

    There's some really good documentation by Combodo. And some official examples; but there's a lot more in this repository too on how to accomplish certain things.

    Most useful resources are:
    https://www.itophub.io/wiki/page?id=latest%3Acustomization%3Axml_reference
    https://www.itophub.io/wiki/page?id=latest%3Acustomization%3Adatamodel#content_of_a_module

     
    • shinu amirul khalif

      hi jeff thanks for your response, i want to add an additional value for resolution code.

      referring to the link you provided, can i add an extension to change that value? what dependencies should i refer?

       
      • Jeffrey Bostoen

        Jeffrey Bostoen - 2023-03-03

        You'd need to check where exactly it's defined. Likely in itop-mgmt-request or itop-mgmt-request-itil depending on your installation choice.

        You'd need to eventually add something like this for the resolution_code node:

                <field id="resolution_code" xsi:type="AttributeEnum">
                  <values>
                    <value id="xxx">xxx</value>
                  </values>
                </field>
        

        Ideally, xxx is an English word and is translated in the dictionary file of your custom module.

        It's NOT recommended to do it in the original files.

         
        • skyz

          skyz - 2023-09-28

          I want to hide an added value for parsing code. How

           
  • skyz

    skyz - 2023-09-28

    I want to hide an added value for parsing code. How

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.