Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Character limitation for Enum Dynamic Attribute Type

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on November 20 2019 at 17:32 UTC

There seems to be a 256 character limit when using the Enum Attribute Type when customizing the Register user form. Has anyone else run into this? Can this be extended with a config file?

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.
5 REPLIES 5

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on November 22 2019 at 16:31 UTC

Currently there is no configuration to control this. Is there a single enum value taking this big a size?



This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on November 22 2019 at 21:09 UTC

It is a comma separated list that is over 256 characters. The list will show a drop down of only 20 items to choose.

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on November 25 2019 at 14:29 UTC

Hello,


We had the same problem with character limit of 255 being too small for some attributes. One of the requested character limit increases was for Enum "Values" -attribute in Dynamic Attributes. Saviynt was able to increase the limit.


The Saviynt support team can increase the character limit by going to IDM database and changing the data type to "long text" and increasing the limit. Below is a quote from freshdesk document concerning the Description character limit:

https://saviynt.freshdesk.com/support/solutions/articles/43000431455-creating-analytics-control-v1-u...


Note: By default SSM supports only 255 characters in the Description field.

In case you want more than 255 characters in this field, change the description dataType to longText in the database table.

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on November 27 2019 at 16:19 UTC

Another way of addressing this is by using the "Single select" attribute type instead and store all the enum values in a db table.

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on December 2 2019 at 13:14 UTC

Thanks for the responses. Both options being looked at.

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.