We are delighted to share our new EIC Delivery Methodology for efficiently managing Saviynt Implementations and delivering quick time to value. CLICK HERE.

How to check length of a Dynamic attribute of an endpoint

smithamg
Regular Contributor
Regular Contributor

Hi,

We have one request that, we have an end point which has custom request form with several dynamic attributes that we created. So, for one of the dynamic attributes, we need to check the length of characters being entered in the request form. It should allow the users to enter only till 45 characters of values. So how can we restrict the length of characters of the dynamic attribute?

Note: The dynamic attribute is not the ones in Global Configurations which are used for User create/Update. We are talking about the dynamic attribute of accounts in the specific endpoint.

Thanks in advance.

3 REPLIES 3

SB
Saviynt Employee
Saviynt Employee

Can you try to use Regex for the attribute to limit till 45 characters and see if it works for you. It will be available in the Dynamic attribute under Endpoint.

 


Regards,
Sahil

smithamg
Regular Contributor
Regular Contributor

Hi,

Thanks for your reply.

But as i mentioned already, it's not user specific dynamic attributes, but are endpoint specific dynamic attributes. So for endpoint specific dynamic attributes, we do not have regex option as shown in the screenshot below for any of the attribute types.

Thanks.

SB
Saviynt Employee
Saviynt Employee

The regex will only be available for text type fields (ex: number, string, large Text etc) which requires the end user to type a value. In your case, you are using Multi select from query which presents the values already defined; to the enduser.

sahil_0-1678806247005.png

 


Regards,
Sahil