CA Service Management

  • 1.  Change Max length of properties

    Posted Feb 06, 2018 11:51 AM

    I have a category with related properties, these properties are text type and when the user knows about one of the properties it indicates that there is a restriction of 240 characters, as in the image. Is it possible to change this value?

     



  • 2.  Re: Change Max length of properties
    Best Answer

    Broadcom Employee
    Posted Feb 06, 2018 12:45 PM

    Wicner, it is possible but not recommended. Out of box, it is 240 chars:

    value STRING(240)

    you would need to change the schema to fit into more than 240 chars. But then, next release/patch update will make it

    240 again. Therefore, it is not recommended. Instead, you should consider another property right after that one as optional in case end user would need more than 240...that will give it 480 chars total and hope this fits most of the cases. If need more, use attachment to attach a file to the ticket. Thanks _Chi



  • 3.  Re: Change Max length of properties

    Posted Feb 06, 2018 12:51 PM

    Thanks Chi Chen.