How to change the "Maximum size in DB"

Hello 

  We are working to use the "PersonnelNumber" Attribute to store a data that is longer than 32 digits. I found this documentation regarding this subject, and it is exactly what we want to do.

How to change the "Maximum size in DB" value of a table column (150317) (oneidentity.com)

My question is, there is another way to do it? 

It is possible to customize through One Identity manager?  Or the only way to change the "Maximum size in DB" is through a SQL statement.

Thank you 

Parents
  • The documentation you found speaks about custom columns.

    It is strongly advised against changing the maximum size in DB value of a preconfigured (ootb) column. During the next migration (service pack, new release), this column would be set to its original length.

    You may want to store your data in a different or custom column.

    My question would be if your personnel number is really longer than 32 digits? Or better, are you storing a real personnel number here? Can you give an example?

  • Hi 

     The number we would like to store is an iNumber, and we have an use case where we want to store this iNumber in the PersonnelNumber attribute, but according to the document, we will create a custom column. It will be better. Thank you for the help. 

Reply Children
No Data